# Dark Sea Green to Lilac gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #8fbc8f 0%, #92bc8d 8.28%, #99ba87 16.03%, #a4b780 23.35%, #b2b379 30.32%, #c0ae76 37.03%, #cca979 43.56%, #d5a482 50%, #d9a090 56.44%, #da9e9f 62.97%, #d79ead 69.68%, #d29fb9 76.65%, #cda0c1 83.97%, #c9a2c6 91.72%, #c8a2c8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#8fbc8f_0%,#92bc8d_8.28%,#99ba87_16.03%,#a4b780_23.35%,#b2b379_30.32%,#c0ae76_37.03%,#cca979_43.56%,#d5a482_50%,#d9a090_56.44%,#da9e9f_62.97%,#d79ead_69.68%,#d29fb9_76.65%,#cda0c1_83.97%,#c9a2c6_91.72%,#c8a2c8_100%)]`
- Contrast (worst point): white 2.15:1 fail · black 9.34:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.8fbc8f-c8a2c8?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 81.42% 88.45%, oklch(from #8fbc8f l c h / 0.897) 0%, rgb(from #8fbc8f r g b / 0) 55.79%), radial-gradient(circle farthest-corner at 55.4% 54.53%, oklch(from #c8a2c8 l c h / 0.8441) 0%, rgb(from #c8a2c8 r g b / 0) 52.61%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_81.42%_88.45%,oklch(from_#8fbc8f_l_c_h_/_0.897)_0%,rgb(from_#8fbc8f_r_g_b_/_0)_55.79%),radial-gradient(circle_farthest-corner_at_55.4%_54.53%,oklch(from_#c8a2c8_l_c_h_/_0.8441)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_52.61%)]`
- Contrast (worst point): white 2.16:1 fail · black 9.43:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.8fbc8f-c8a2c8?k=mesh&seed=darkseagreen-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.
