# Lilac to Seafoam gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #c8a2c8 0%, #c7a3ca 8.28%, #c5a5d0 16.03%, #c1a9d9 23.35%, #b9afe4 30.32%, #aeb6ed 37.03%, #a1bff4 43.56%, #92c9f6 50%, #84d2f2 56.44%, #7bdaea 62.97%, #79e1df 69.68%, #7fe5d3 76.65%, #88e7c8 83.97%, #90e9c1 91.72%, #93e9be 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#c8a2c8_0%,#c7a3ca_8.28%,#c5a5d0_16.03%,#c1a9d9_23.35%,#b9afe4_30.32%,#aeb6ed_37.03%,#a1bff4_43.56%,#92c9f6_50%,#84d2f2_56.44%,#7bdaea_62.97%,#79e1df_69.68%,#7fe5d3_76.65%,#88e7c8_83.97%,#90e9c1_91.72%,#93e9be_100%)]`
- Contrast (worst point): white 1.43:1 fail · black 9.46:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.c8a2c8-93e9be?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 90.51% 93.4%, oklch(from #93e9be l c h / 0.873) 0%, rgb(from #93e9be r g b / 0) 48.32%), radial-gradient(circle farthest-corner at 11.98% 44.4%, oklch(from #c8a2c8 l c h / 0.7278) 0%, rgb(from #c8a2c8 r g b / 0) 57.81%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_90.51%_93.4%,oklch(from_#93e9be_l_c_h_/_0.873)_0%,rgb(from_#93e9be_r_g_b_/_0)_48.32%),radial-gradient(circle_farthest-corner_at_11.98%_44.4%,oklch(from_#c8a2c8_l_c_h_/_0.7278)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_57.81%)]`
- Contrast (worst point): white 1.48:1 fail · black 10.67:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.c8a2c8-93e9be?k=mesh&seed=lilac-to-seafoam

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