# Plum to Dark Khaki gradient

Plum (#dda0dd) to Dark Khaki (#bdb76b), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/plum-to-darkkhaki
- Colors: https://brandsweets.com/colors/plum, https://brandsweets.com/colors/darkkhaki
- Reverse: https://brandsweets.com/gradients/darkkhaki-to-plum

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #dda0dd 0%, #dda0dc 8.28%, #dba2d7 16.03%, #d9a4d1 23.35%, #d7a6c9 30.32%, #d3a8bf 37.03%, #d0abb4 43.56%, #cdaea9 50%, #c9b09d 56.44%, #c6b291 62.97%, #c3b485 69.68%, #c1b57b 76.65%, #bfb673 83.97%, #bdb76d 91.72%, #bdb76b 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#dda0dd_0%,#dda0dc_8.28%,#dba2d7_16.03%,#d9a4d1_23.35%,#d7a6c9_30.32%,#d3a8bf_37.03%,#d0abb4_43.56%,#cdaea9_50%,#c9b09d_56.44%,#c6b291_62.97%,#c3b485_69.68%,#c1b57b_76.65%,#bfb673_83.97%,#bdb76d_91.72%,#bdb76b_100%)]`
- Contrast (worst point): white 2.05:1 fail · black 10.09:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-bdb76b?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 37.16% 17.7%, oklch(from #dda0dd l c h / 0.8353) 0%, rgb(from #dda0dd r g b / 0) 46.24%), radial-gradient(circle farthest-corner at 41.65% 89.61%, oklch(from #bdb76b l c h / 0.8073) 0%, rgb(from #bdb76b r g b / 0) 56.3%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_37.16%_17.7%,oklch(from_#dda0dd_l_c_h_/_0.8353)_0%,rgb(from_#dda0dd_r_g_b_/_0)_46.24%),radial-gradient(circle_farthest-corner_at_41.65%_89.61%,oklch(from_#bdb76b_l_c_h_/_0.8073)_0%,rgb(from_#bdb76b_r_g_b_/_0)_56.3%)]`
- Contrast (worst point): white 2.05:1 fail · black 10.07:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-bdb76b?k=mesh&seed=plum-to-darkkhaki

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