# Medium Slate Blue to Olive Green gradient

Medium Slate Blue (#7b68ee) to Olive Green (#808000), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #7b68ee 0%, #766aef 8.28%, #666ff0 16.03%, #4878ee 23.35%, #0082e6 30.32%, #008bca 37.03%, #0090af 43.56%, #009397 50%, #00957f 56.44%, #00965f 62.97%, #3d9142 69.68%, #5f8b2a 76.65%, #728515 83.97%, #7d8105 91.72%, #808000 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#7b68ee_0%,#766aef_8.28%,#666ff0_16.03%,#4878ee_23.35%,#0082e6_30.32%,#008bca_37.03%,#0090af_43.56%,#009397_50%,#00957f_56.44%,#00965f_62.97%,#3d9142_69.68%,#5f8b2a_76.65%,#728515_83.97%,#7d8105_91.72%,#808000_100%)]`
- Contrast (worst point): white 3.72:1 AA-large · black 4.99:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.7b68ee-808000?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 91.45% 98.53%, oklch(from #7b68ee l c h / 0.8767) 0%, rgb(from #7b68ee r g b / 0) 50.82%), radial-gradient(circle farthest-corner at 8.65% 79.89%, oklch(from #808000 l c h / 0.7351) 0%, rgb(from #808000 r g b / 0) 54.14%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_91.45%_98.53%,oklch(from_#7b68ee_l_c_h_/_0.8767)_0%,rgb(from_#7b68ee_r_g_b_/_0)_50.82%),radial-gradient(circle_farthest-corner_at_8.65%_79.89%,oklch(from_#808000_l_c_h_/_0.7351)_0%,rgb(from_#808000_r_g_b_/_0)_54.14%)]`
- Contrast (worst point): white 4.10:1 AA-large · black 4.95:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.7b68ee-808000?k=mesh&seed=mediumslateblue-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.
