# Olive Green to Navy Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #808000 0%, #7c8000 8.28%, #6f7f05 16.03%, #597e14 23.35%, #357b26 30.32%, #007739 37.03%, #006b4f 43.56%, #005e57 50%, #00525a 56.44%, #00475c 62.97%, #003c5e 69.68%, #003163 76.65%, #002371 83.97%, #000781 91.72%, #000080 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#808000_0%,#7c8000_8.28%,#6f7f05_16.03%,#597e14_23.35%,#357b26_30.32%,#007739_37.03%,#006b4f_43.56%,#005e57_50%,#00525a_56.44%,#00475c_62.97%,#003c5e_69.68%,#003163_76.65%,#002371_83.97%,#000781_91.72%,#000080_100%)]`
- Contrast (worst point): white 4.20:1 AA-large · black 1.31:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.808000-000080?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 83.99% 91.13%, oklch(from #000080 l c h / 0.7852) 0%, rgb(from #000080 r g b / 0) 57.38%), radial-gradient(circle farthest-corner at 48.42% 30.52%, oklch(from #808000 l c h / 0.7842) 0%, rgb(from #808000 r g b / 0) 59.58%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_83.99%_91.13%,oklch(from_#000080_l_c_h_/_0.7852)_0%,rgb(from_#000080_r_g_b_/_0)_57.38%),radial-gradient(circle_farthest-corner_at_48.42%_30.52%,oklch(from_#808000_l_c_h_/_0.7842)_0%,rgb(from_#808000_r_g_b_/_0)_59.58%)]`
- Contrast (worst point): white 5.58:1 AA · black 1.41:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.808000-000080?k=mesh&seed=olive-to-navy

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