# Teal to Indigo gradient

Teal (#008080) to Indigo (#4b0082), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #008080 0%, #077f80 8.28%, #167b81 16.03%, #237581 23.35%, #2d6d82 30.32%, #366483 37.03%, #3c5a83 43.56%, #414f83 50%, #454383 56.44%, #483883 62.97%, #492c83 69.68%, #4a1f83 76.65%, #4b1282 83.97%, #4b0582 91.72%, #4b0082 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#008080_0%,#077f80_8.28%,#167b81_16.03%,#237581_23.35%,#2d6d82_30.32%,#366483_37.03%,#3c5a83_43.56%,#414f83_50%,#454383_56.44%,#483883_62.97%,#492c83_69.68%,#4a1f83_76.65%,#4b1282_83.97%,#4b0582_91.72%,#4b0082_100%)]`
- Contrast (worst point): white 4.77:1 AA · black 1.62:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.008080-4b0082?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 12.45% 8.4%, oklch(from #4b0082 l c h / 0.8689) 0%, rgb(from #4b0082 r g b / 0) 48.33%), radial-gradient(circle farthest-corner at 64.27% 27.49%, oklch(from #008080 l c h / 0.8357) 0%, rgb(from #008080 r g b / 0) 58.98%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_12.45%_8.4%,oklch(from_#4b0082_l_c_h_/_0.8689)_0%,rgb(from_#4b0082_r_g_b_/_0)_48.33%),radial-gradient(circle_farthest-corner_at_64.27%_27.49%,oklch(from_#008080_l_c_h_/_0.8357)_0%,rgb(from_#008080_r_g_b_/_0)_58.98%)]`
- Contrast (worst point): white 6.51:1 AA · black 1.67:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.008080-4b0082?k=mesh&seed=teal-to-indigo

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