# Navy Blue to Olive Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

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

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 71.12% 29.78%, oklch(from #000080 l c h / 0.8248) 0%, rgb(from #000080 r g b / 0) 46.37%), radial-gradient(circle farthest-corner at 46.39% 4.93%, oklch(from #808000 l c h / 0.8028) 0%, rgb(from #808000 r g b / 0) 46.92%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_71.12%_29.78%,oklch(from_#000080_l_c_h_/_0.8248)_0%,rgb(from_#000080_r_g_b_/_0)_46.37%),radial-gradient(circle_farthest-corner_at_46.39%_4.93%,oklch(from_#808000_l_c_h_/_0.8028)_0%,rgb(from_#808000_r_g_b_/_0)_46.92%)]`
- Contrast (worst point): white 6.61:1 AA · black 1.93:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.000080-808000?k=mesh&seed=navy-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.
