# Beige to Lilac gradient

Beige (#f5f5dc) to Lilac (#c8a2c8), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/beige-to-lilac
- Colors: https://brandsweets.com/colors/beige, https://brandsweets.com/colors/lilac
- Reverse: https://brandsweets.com/gradients/lilac-to-beige

## OKLab

- CSS: `linear-gradient(135deg in oklab, #f5f5dc 0%, #c8a2c8 100%)`
- Tailwind: `bg-linear-to-br/oklab from-[#f5f5dc] to-[#c8a2c8]`
- Contrast (worst point): white 1.11:1 fail · black 9.46:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.f5f5dc-c8a2c8?a=135

## OKLCH (shorter hue)

- CSS: `linear-gradient(135deg in oklch shorter hue, #f5f5dc 0%, #c8a2c8 100%)`
- Tailwind: `bg-linear-to-br/oklch from-[#f5f5dc] to-[#c8a2c8]`
- Contrast (worst point): white 1.11:1 fail · black 9.46:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.f5f5dc-c8a2c8?a=135&in=oklch&hue=shorter

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #f5f5dc 0%, #f5f4da 8.28%, #f5f0d6 16.03%, #f4ebd0 23.35%, #f4e3c9 30.32%, #f4dac2 37.03%, #f3d1bd 43.56%, #f0c7bb 50%, #ecbdbb 56.44%, #e6b5bd 62.97%, #deaec0 69.68%, #d6a9c3 76.65%, #cfa5c6 83.97%, #caa3c7 91.72%, #c8a2c8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#f5f5dc_0%,#f5f4da_8.28%,#f5f0d6_16.03%,#f4ebd0_23.35%,#f4e3c9_30.32%,#f4dac2_37.03%,#f3d1bd_43.56%,#f0c7bb_50%,#ecbdbb_56.44%,#e6b5bd_62.97%,#deaec0_69.68%,#d6a9c3_76.65%,#cfa5c6_83.97%,#caa3c7_91.72%,#c8a2c8_100%)]`
- Contrast (worst point): white 1.11:1 fail · black 9.46:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.f5f5dc-c8a2c8?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 61.17% 91.33%, oklch(from #c8a2c8 l c h / 0.8533) 0%, rgb(from #c8a2c8 r g b / 0) 46.79%), radial-gradient(circle farthest-corner at 2.84% 49.59%, oklch(from #f5f5dc l c h / 0.7546) 0%, rgb(from #f5f5dc r g b / 0) 51.04%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_61.17%_91.33%,oklch(from_#c8a2c8_l_c_h_/_0.8533)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_46.79%),radial-gradient(circle_farthest-corner_at_2.84%_49.59%,oklch(from_#f5f5dc_l_c_h_/_0.7546)_0%,rgb(from_#f5f5dc_r_g_b_/_0)_51.04%)]`
- Contrast (worst point): white 1.39:1 fail · black 11.46:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f5f5dc-c8a2c8?k=mesh&seed=beige-to-lilac

## Gradient maker

Every maker URL is the gradient's state: `/gradients/new/v1.<hex>-<hex>[_pos]?a=135&in=oklch&hue=shorter&e=soft&g=8`. Hand one to a human, let them refine, and read the link they return.

## Connect an agent

Point any MCP client at the BrandSweets gradients endpoint for the same engine and corpus:

- Endpoint: https://mcp.brandsweets.com/gradients/mcp
- Tools: `make_gradient` (2–5 colours → CSS with the interpolation space, Tailwind v4, SVG, PNG URL, DTCG token + the contrast/banding/gamut report), `brand_gradients` (brand slug or palette → brand gradient, hero, button, variants).
- Resource: `gradients://corpus` — the whole bundled corpus as JSON.
