# Sea Green to Indigo gradient

Sea Green (#2e8b57) to Indigo (#4b0082), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #2e8b57 0%, #258a59 8.28%, #00895e 16.03%, #008667 23.35%, #007e71 30.32%, #007579 37.03%, #006b7f 43.56%, #006087 50%, #005393 56.44%, #00429e 62.97%, #2b329a 69.68%, #3b2293 76.65%, #45138b 83.97%, #490585 91.72%, #4b0082 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#2e8b57_0%,#258a59_8.28%,#00895e_16.03%,#008667_23.35%,#007e71_30.32%,#007579_37.03%,#006b7f_43.56%,#006087_50%,#005393_56.44%,#00429e_62.97%,#2b329a_69.68%,#3b2293_76.65%,#45138b_83.97%,#490585_91.72%,#4b0082_100%)]`
- Contrast (worst point): white 4.25:1 AA-large · black 1.62:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.2e8b57-4b0082?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 11.73% 24.18%, oklch(from #4b0082 l c h / 0.8003) 0%, rgb(from #4b0082 r g b / 0) 59.89%), radial-gradient(circle farthest-corner at 59.69% 13.83%, oklch(from #2e8b57 l c h / 0.8758) 0%, rgb(from #2e8b57 r g b / 0) 57.31%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_11.73%_24.18%,oklch(from_#4b0082_l_c_h_/_0.8003)_0%,rgb(from_#4b0082_r_g_b_/_0)_59.89%),radial-gradient(circle_farthest-corner_at_59.69%_13.83%,oklch(from_#2e8b57_l_c_h_/_0.8758)_0%,rgb(from_#2e8b57_r_g_b_/_0)_57.31%)]`
- Contrast (worst point): white 7.03:1 AA · black 1.75:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.2e8b57-4b0082?k=mesh&seed=seagreen-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.
