# Mauve to Emerald Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #e0b0ff 0%, #ddb0ff 8.28%, #d4b2ff 16.03%, #c6b4ff 23.35%, #b2b9ff 30.32%, #99bdff 37.03%, #74c2ff 43.56%, #44c8ff 50%, #00cdee 56.44%, #00cfd6 62.97%, #00cfbb 69.68%, #00cea1 76.65%, #31cb8c 83.97%, #49c97d 91.72%, #50c878 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#e0b0ff_0%,#ddb0ff_8.28%,#d4b2ff_16.03%,#c6b4ff_23.35%,#b2b9ff_30.32%,#99bdff_37.03%,#74c2ff_43.56%,#44c8ff_50%,#00cdee_56.44%,#00cfd6_62.97%,#00cfbb_69.68%,#00cea1_76.65%,#31cb8c_83.97%,#49c97d_91.72%,#50c878_100%)]`
- Contrast (worst point): white 1.78:1 fail · black 9.86:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e0b0ff-50c878?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 73.49% 79.86%, oklch(from #50c878 l c h / 0.8337) 0%, rgb(from #50c878 r g b / 0) 59.27%), radial-gradient(circle farthest-corner at 71.07% 42.38%, oklch(from #e0b0ff l c h / 0.7098) 0%, rgb(from #e0b0ff r g b / 0) 48.28%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_73.49%_79.86%,oklch(from_#50c878_l_c_h_/_0.8337)_0%,rgb(from_#50c878_r_g_b_/_0)_59.27%),radial-gradient(circle_farthest-corner_at_71.07%_42.38%,oklch(from_#e0b0ff_l_c_h_/_0.7098)_0%,rgb(from_#e0b0ff_r_g_b_/_0)_48.28%)]`
- Contrast (worst point): white 1.92:1 fail · black 9.92:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e0b0ff-50c878?k=mesh&seed=mauve-to-emerald-green

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