# Olive Green to Royal Blue gradient

Olive Green (#808000) to Royal Blue (#4169e1), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #808000 0%, #7d8104 8.28%, #738411 16.03%, #628824 23.35%, #458d39 30.32%, #009152 37.03%, #00906e 43.56%, #008d85 50%, #008997 56.44%, #0085a9 62.97%, #0080be 69.68%, #0078d8 76.65%, #1d70de 83.97%, #3a6be0 91.72%, #4169e1 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#808000_0%,#7d8104_8.28%,#738411_16.03%,#628824_23.35%,#458d39_30.32%,#009152_37.03%,#00906e_43.56%,#008d85_50%,#008997_56.44%,#0085a9_62.97%,#0080be_69.68%,#0078d8_76.65%,#1d70de_83.97%,#3a6be0_91.72%,#4169e1_100%)]`
- Contrast (worst point): white 3.96:1 AA-large · black 4.33:1 AA-large · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.808000-4169e1?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 56.84% 8.74%, oklch(from #4169e1 l c h / 0.8471) 0%, rgb(from #4169e1 r g b / 0) 54.9%), radial-gradient(circle farthest-corner at 80.31% 41.4%, oklch(from #808000 l c h / 0.7539) 0%, rgb(from #808000 r g b / 0) 50.04%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_56.84%_8.74%,oklch(from_#4169e1_l_c_h_/_0.8471)_0%,rgb(from_#4169e1_r_g_b_/_0)_54.9%),radial-gradient(circle_farthest-corner_at_80.31%_41.4%,oklch(from_#808000_l_c_h_/_0.7539)_0%,rgb(from_#808000_r_g_b_/_0)_50.04%)]`
- Contrast (worst point): white 4.39:1 AA-large · black 4.47:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.808000-4169e1?k=mesh&seed=olive-to-royalblue

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