# Indigo to Olive Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #4b0082 0%, #4e0081 8.28%, #58017c 16.03%, #650274 23.35%, #750467 30.32%, #850955 37.03%, #921640 43.56%, #9b2727 50%, #9f3a00 56.44%, #9d4e00 62.97%, #965f00 69.68%, #906d00 76.65%, #887700 83.97%, #827e00 91.72%, #808000 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#4b0082_0%,#4e0081_8.28%,#58017c_16.03%,#650274_23.35%,#750467_30.32%,#850955_37.03%,#921640_43.56%,#9b2727_50%,#9f3a00_56.44%,#9d4e00_62.97%,#965f00_69.68%,#906d00_76.65%,#887700_83.97%,#827e00_91.72%,#808000_100%)]`
- Contrast (worst point): white 4.20:1 AA-large · black 1.62:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.4b0082-808000?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 10.32% 64.4%, oklch(from #4b0082 l c h / 0.8268) 0%, rgb(from #4b0082 r g b / 0) 50.35%), radial-gradient(circle farthest-corner at 48.46% 5.32%, oklch(from #808000 l c h / 0.7307) 0%, rgb(from #808000 r g b / 0) 58.77%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_10.32%_64.4%,oklch(from_#4b0082_l_c_h_/_0.8268)_0%,rgb(from_#4b0082_r_g_b_/_0)_50.35%),radial-gradient(circle_farthest-corner_at_48.46%_5.32%,oklch(from_#808000_l_c_h_/_0.7307)_0%,rgb(from_#808000_r_g_b_/_0)_58.77%)]`
- Contrast (worst point): white 6.37:1 AA · black 2.57:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.4b0082-808000?k=mesh&seed=indigo-to-olive

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