# Dark Orchid to Forest Green gradient

Dark Orchid (#9932cc) to Forest Green (#228b22), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #9932cc 0%, #9535cf 8.28%, #8a3cd8 16.03%, #7747e2 23.35%, #5a55e9 30.32%, #2464e8 37.03%, #0075cb 43.56%, #007eab 50%, #008396 56.44%, #008784 62.97%, #008a70 69.68%, #008c5a 76.65%, #008e3c 83.97%, #0c8c2a 91.72%, #228b22 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#9932cc_0%,#9535cf_8.28%,#8a3cd8_16.03%,#7747e2_23.35%,#5a55e9_30.32%,#2464e8_37.03%,#0075cb_43.56%,#007eab_50%,#008396_56.44%,#008784_62.97%,#008a70_69.68%,#008c5a_76.65%,#008e3c_83.97%,#0c8c2a_91.72%,#228b22_100%)]`
- Contrast (worst point): white 4.23:1 AA-large · black 3.66:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9932cc-228b22?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 91.62% 78.15%, oklch(from #9932cc l c h / 0.7466) 0%, rgb(from #9932cc r g b / 0) 49.14%), radial-gradient(circle farthest-corner at 47.01% 47.39%, oklch(from #228b22 l c h / 0.7072) 0%, rgb(from #228b22 r g b / 0) 54.03%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_91.62%_78.15%,oklch(from_#9932cc_l_c_h_/_0.7466)_0%,rgb(from_#9932cc_r_g_b_/_0)_49.14%),radial-gradient(circle_farthest-corner_at_47.01%_47.39%,oklch(from_#228b22_l_c_h_/_0.7072)_0%,rgb(from_#228b22_r_g_b_/_0)_54.03%)]`
- Contrast (worst point): white 4.76:1 AA · black 3.63:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9932cc-228b22?k=mesh&seed=darkorchid-to-forestgreen

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