# Sage Green to Dark Olive Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #9caf88 0%, #9bae87 8.28%, #98ab83 16.03%, #93a77d 23.35%, #8da176 30.32%, #879b6e 37.03%, #7f9465 43.56%, #788c5c 50%, #708552 56.44%, #697e49 62.97%, #627841 69.68%, #5d733a 76.65%, #596f34 83.97%, #566c30 91.72%, #556b2f 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#9caf88_0%,#9bae87_8.28%,#98ab83_16.03%,#93a77d_23.35%,#8da176_30.32%,#879b6e_37.03%,#7f9465_43.56%,#788c5c_50%,#708552_56.44%,#697e49_62.97%,#627841_69.68%,#5d733a_76.65%,#596f34_83.97%,#566c30_91.72%,#556b2f_100%)]`
- Contrast (worst point): white 2.36:1 fail · black 3.53:1 AA-large · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-556b2f?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 15.83% 12.67%, oklch(from #556b2f l c h / 0.8763) 0%, rgb(from #556b2f r g b / 0) 45.4%), radial-gradient(circle farthest-corner at 48.64% 55.52%, oklch(from #9caf88 l c h / 0.8016) 0%, rgb(from #9caf88 r g b / 0) 50.56%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_15.83%_12.67%,oklch(from_#556b2f_l_c_h_/_0.8763)_0%,rgb(from_#556b2f_r_g_b_/_0)_45.4%),radial-gradient(circle_farthest-corner_at_48.64%_55.52%,oklch(from_#9caf88_l_c_h_/_0.8016)_0%,rgb(from_#9caf88_r_g_b_/_0)_50.56%)]`
- Contrast (worst point): white 2.69:1 fail · black 3.82:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-556b2f?k=mesh&seed=sage-green-to-darkolivegreen

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