# Lilac to Dark Sea Green gradient

Lilac (#c8a2c8) to Dark Sea Green (#8fbc8f), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #c8a2c8 0%, #c9a2c6 8.28%, #cda0c1 16.03%, #d29fb9 23.35%, #d79ead 30.32%, #da9e9f 37.03%, #d9a090 43.56%, #d5a482 50%, #cca979 56.44%, #c0ae76 62.97%, #b2b379 69.68%, #a4b780 76.65%, #99ba87 83.97%, #92bc8d 91.72%, #8fbc8f 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#c8a2c8_0%,#c9a2c6_8.28%,#cda0c1_16.03%,#d29fb9_23.35%,#d79ead_30.32%,#da9e9f_37.03%,#d9a090_43.56%,#d5a482_50%,#cca979_56.44%,#c0ae76_62.97%,#b2b379_69.68%,#a4b780_76.65%,#99ba87_83.97%,#92bc8d_91.72%,#8fbc8f_100%)]`
- Contrast (worst point): white 2.15:1 fail · black 9.33:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.c8a2c8-8fbc8f?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 90.39% 83.09%, oklch(from #8fbc8f l c h / 0.8439) 0%, rgb(from #8fbc8f r g b / 0) 47.85%), radial-gradient(circle farthest-corner at 81.93% 20.1%, oklch(from #c8a2c8 l c h / 0.8257) 0%, rgb(from #c8a2c8 r g b / 0) 54.36%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_90.39%_83.09%,oklch(from_#8fbc8f_l_c_h_/_0.8439)_0%,rgb(from_#8fbc8f_r_g_b_/_0)_47.85%),radial-gradient(circle_farthest-corner_at_81.93%_20.1%,oklch(from_#c8a2c8_l_c_h_/_0.8257)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_54.36%)]`
- Contrast (worst point): white 2.16:1 fail · black 9.51:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.c8a2c8-8fbc8f?k=mesh&seed=lilac-to-darkseagreen

## 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.
