# Olive Green to Indigo gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #808000 0%, #827e00 8.28%, #887700 16.03%, #906d00 23.35%, #965f00 30.32%, #9d4e00 37.03%, #9f3a00 43.56%, #9b2727 50%, #921640 56.44%, #850955 62.97%, #750467 69.68%, #650274 76.65%, #58017c 83.97%, #4e0081 91.72%, #4b0082 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#808000_0%,#827e00_8.28%,#887700_16.03%,#906d00_23.35%,#965f00_30.32%,#9d4e00_37.03%,#9f3a00_43.56%,#9b2727_50%,#921640_56.44%,#850955_62.97%,#750467_69.68%,#650274_76.65%,#58017c_83.97%,#4e0081_91.72%,#4b0082_100%)]`
- Contrast (worst point): white 4.18:1 AA-large · black 1.62:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.808000-4b0082?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 55.76% 80.95%, oklch(from #4b0082 l c h / 0.7967) 0%, rgb(from #4b0082 r g b / 0) 49.83%), radial-gradient(circle farthest-corner at 87.61% 48.29%, oklch(from #808000 l c h / 0.7434) 0%, rgb(from #808000 r g b / 0) 50.93%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_55.76%_80.95%,oklch(from_#4b0082_l_c_h_/_0.7967)_0%,rgb(from_#4b0082_r_g_b_/_0)_49.83%),radial-gradient(circle_farthest-corner_at_87.61%_48.29%,oklch(from_#808000_l_c_h_/_0.7434)_0%,rgb(from_#808000_r_g_b_/_0)_50.93%)]`
- Contrast (worst point): white 7.27:1 AA · black 2.04:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.808000-4b0082?k=mesh&seed=olive-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.
