# Dark Orchid to Hunter Green gradient

Dark Orchid (#9932cc) to Hunter Green (#355e3b), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/darkorchid-to-hunter-green
- Colors: https://brandsweets.com/colors/darkorchid, https://brandsweets.com/colors/hunter-green
- Reverse: https://brandsweets.com/gradients/hunter-green-to-darkorchid

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #9932cc 0%, #9535ce 8.28%, #883cd3 16.03%, #7446d7 23.35%, #5752d6 30.32%, #2d5dcd 37.03%, #0066bb 43.56%, #006b97 50%, #006c80 56.44%, #006b6d 62.97%, #006a5b 69.68%, #04664b 76.65%, #276242 83.97%, #325f3d 91.72%, #355e3b 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#9932cc_0%,#9535ce_8.28%,#883cd3_16.03%,#7446d7_23.35%,#5752d6_30.32%,#2d5dcd_37.03%,#0066bb_43.56%,#006b97_50%,#006c80_56.44%,#006b6d_62.97%,#006a5b_69.68%,#04664b_76.65%,#276242_83.97%,#325f3d_91.72%,#355e3b_100%)]`
- Contrast (worst point): white 5.69:1 AA · black 2.81:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9932cc-355e3b?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 84.85% 24.46%, oklch(from #9932cc l c h / 0.7214) 0%, rgb(from #9932cc r g b / 0) 52.12%), radial-gradient(circle farthest-corner at 13.15% 31.05%, oklch(from #355e3b l c h / 0.7084) 0%, rgb(from #355e3b r g b / 0) 45.7%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_84.85%_24.46%,oklch(from_#9932cc_l_c_h_/_0.7214)_0%,rgb(from_#9932cc_r_g_b_/_0)_52.12%),radial-gradient(circle_farthest-corner_at_13.15%_31.05%,oklch(from_#355e3b_l_c_h_/_0.7084)_0%,rgb(from_#355e3b_r_g_b_/_0)_45.7%)]`
- Contrast (worst point): white 6.40:1 AA · black 2.94:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9932cc-355e3b?k=mesh&seed=darkorchid-to-hunter-green

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