# Sage Green to Lilac gradient

Sage Green (#9caf88) to Lilac (#c8a2c8), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #9caf88 0%, #9eaf87 8.28%, #a3ae84 16.03%, #aaac81 23.35%, #b4aa7e 30.32%, #bea77e 37.03%, #c7a382 43.56%, #cea08a 50%, #d39e95 56.44%, #d49da2 62.97%, #d39eae 69.68%, #d09fb9 76.65%, #cca0c1 83.97%, #c9a2c6 91.72%, #c8a2c8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#9caf88_0%,#9eaf87_8.28%,#a3ae84_16.03%,#aaac81_23.35%,#b4aa7e_30.32%,#bea77e_37.03%,#c7a382_43.56%,#cea08a_50%,#d39e95_56.44%,#d49da2_62.97%,#d39eae_69.68%,#d09fb9_76.65%,#cca0c1_83.97%,#c9a2c6_91.72%,#c8a2c8_100%)]`
- Contrast (worst point): white 2.22:1 fail · black 8.87:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-c8a2c8?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 4.55% 23.11%, oklch(from #c8a2c8 l c h / 0.7801) 0%, rgb(from #c8a2c8 r g b / 0) 53.44%), radial-gradient(circle farthest-corner at 52.64% 77.22%, oklch(from #9caf88 l c h / 0.8118) 0%, rgb(from #9caf88 r g b / 0) 47.1%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_4.55%_23.11%,oklch(from_#c8a2c8_l_c_h_/_0.7801)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_53.44%),radial-gradient(circle_farthest-corner_at_52.64%_77.22%,oklch(from_#9caf88_l_c_h_/_0.8118)_0%,rgb(from_#9caf88_r_g_b_/_0)_47.1%)]`
- Contrast (worst point): white 2.25:1 fail · black 8.98:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-c8a2c8?k=mesh&seed=sage-green-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.
