# Indigo to Teal gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

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

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 21.99% 58.25%, oklch(from #4b0082 l c h / 0.8268) 0%, rgb(from #4b0082 r g b / 0) 47.88%), radial-gradient(circle farthest-corner at 86.03% 47.35%, oklch(from #008080 l c h / 0.7255) 0%, rgb(from #008080 r g b / 0) 48.06%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_21.99%_58.25%,oklch(from_#4b0082_l_c_h_/_0.8268)_0%,rgb(from_#4b0082_r_g_b_/_0)_47.88%),radial-gradient(circle_farthest-corner_at_86.03%_47.35%,oklch(from_#008080_l_c_h_/_0.7255)_0%,rgb(from_#008080_r_g_b_/_0)_48.06%)]`
- Contrast (worst point): white 6.91:1 AA · black 2.03:1 fail · banding low
- Maker: https://brandsweets.com/gradients/new/v1.4b0082-008080?k=mesh&seed=indigo-to-teal

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