# Emerald Green to Mauve gradient

Emerald Green (#50c878) to Mauve (#e0b0ff), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/emerald-green-to-mauve
- Colors: https://brandsweets.com/colors/emerald-green, https://brandsweets.com/colors/mauve
- Reverse: https://brandsweets.com/gradients/mauve-to-emerald-green

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #50c878 0%, #49c97d 8.28%, #31cb8c 16.03%, #00cea1 23.35%, #00cfbb 30.32%, #00cfd6 37.03%, #00cdee 43.56%, #44c8ff 50%, #74c2ff 56.44%, #99bdff 62.97%, #b2b9ff 69.68%, #c6b4ff 76.65%, #d4b2ff 83.97%, #ddb0ff 91.72%, #e0b0ff 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#50c878_0%,#49c97d_8.28%,#31cb8c_16.03%,#00cea1_23.35%,#00cfbb_30.32%,#00cfd6_37.03%,#00cdee_43.56%,#44c8ff_50%,#74c2ff_56.44%,#99bdff_62.97%,#b2b9ff_69.68%,#c6b4ff_76.65%,#d4b2ff_83.97%,#ddb0ff_91.72%,#e0b0ff_100%)]`
- Contrast (worst point): white 1.78:1 fail · black 9.86:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.50c878-e0b0ff?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 20.02% 17.3%, oklch(from #50c878 l c h / 0.8681) 0%, rgb(from #50c878 r g b / 0) 52.56%), radial-gradient(circle farthest-corner at 40.82% 57.45%, oklch(from #e0b0ff l c h / 0.7148) 0%, rgb(from #e0b0ff r g b / 0) 47.38%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_20.02%_17.3%,oklch(from_#50c878_l_c_h_/_0.8681)_0%,rgb(from_#50c878_r_g_b_/_0)_52.56%),radial-gradient(circle_farthest-corner_at_40.82%_57.45%,oklch(from_#e0b0ff_l_c_h_/_0.7148)_0%,rgb(from_#e0b0ff_r_g_b_/_0)_47.38%)]`
- Contrast (worst point): white 1.89:1 fail · black 9.91:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.50c878-e0b0ff?k=mesh&seed=emerald-green-to-mauve

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