# Olive Green to Sage Green gradient

Olive Green (#808000) to Sage Green (#9caf88), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #808000 0%, #808106 8.28%, #828314 16.03%, #838622 23.35%, #85892f 30.32%, #888e3c 37.03%, #8b9348 43.56%, #8e9854 50%, #919d60 56.44%, #94a16b 62.97%, #96a674 69.68%, #99a97c 76.65%, #9aac82 83.97%, #9cae87 91.72%, #9caf88 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#808000_0%,#808106_8.28%,#828314_16.03%,#838622_23.35%,#85892f_30.32%,#888e3c_37.03%,#8b9348_43.56%,#8e9854_50%,#919d60_56.44%,#94a16b_62.97%,#96a674_69.68%,#99a97c_76.65%,#9aac82_83.97%,#9cae87_91.72%,#9caf88_100%)]`
- Contrast (worst point): white 2.36:1 fail · black 5.01:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.808000-9caf88?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 51.85% 78.84%, oklch(from #808000 l c h / 0.8694) 0%, rgb(from #808000 r g b / 0) 51.5%), radial-gradient(circle farthest-corner at 70.03% 43.27%, oklch(from #9caf88 l c h / 0.8836) 0%, rgb(from #9caf88 r g b / 0) 48.7%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_51.85%_78.84%,oklch(from_#808000_l_c_h_/_0.8694)_0%,rgb(from_#808000_r_g_b_/_0)_51.5%),radial-gradient(circle_farthest-corner_at_70.03%_43.27%,oklch(from_#9caf88_l_c_h_/_0.8836)_0%,rgb(from_#9caf88_r_g_b_/_0)_48.7%)]`
- Contrast (worst point): white 2.99:1 fail · black 6.10:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.808000-9caf88?k=mesh&seed=olive-to-sage-green

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