# Teal to Eggplant gradient

Teal (#008080) to Eggplant (#614051), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/teal-to-eggplant
- Colors: https://brandsweets.com/colors/teal, https://brandsweets.com/colors/eggplant
- Reverse: https://brandsweets.com/gradients/eggplant-to-teal

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #008080 0%, #007f81 8.28%, #047c85 16.03%, #137889 23.35%, #24728d 30.32%, #346b8e 37.03%, #42638c 43.56%, #4e5b87 50%, #57537e 56.44%, #5d4d73 62.97%, #604869 69.68%, #62445f 76.65%, #624258 83.97%, #614053 91.72%, #614051 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#008080_0%,#007f81_8.28%,#047c85_16.03%,#137889_23.35%,#24728d_30.32%,#346b8e_37.03%,#42638c_43.56%,#4e5b87_50%,#57537e_56.44%,#5d4d73_62.97%,#604869_69.68%,#62445f_76.65%,#624258_83.97%,#614053_91.72%,#614051_100%)]`
- Contrast (worst point): white 4.77:1 AA · black 2.36:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.008080-614051?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 78.27% 56.25%, oklch(from #008080 l c h / 0.8748) 0%, rgb(from #008080 r g b / 0) 57.15%), radial-gradient(circle farthest-corner at 37.15% 42.95%, oklch(from #614051 l c h / 0.8322) 0%, rgb(from #614051 r g b / 0) 51.88%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_78.27%_56.25%,oklch(from_#008080_l_c_h_/_0.8748)_0%,rgb(from_#008080_r_g_b_/_0)_57.15%),radial-gradient(circle_farthest-corner_at_37.15%_42.95%,oklch(from_#614051_l_c_h_/_0.8322)_0%,rgb(from_#614051_r_g_b_/_0)_51.88%)]`
- Contrast (worst point): white 5.49:1 AA · black 2.65:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.008080-614051?k=mesh&seed=teal-to-eggplant

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