# Forest Green to Dark Orchid gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #228b22 0%, #0c8c2a 8.28%, #008e3c 16.03%, #008c5a 23.35%, #008a70 30.32%, #008784 37.03%, #008396 43.56%, #007eab 50%, #0075cb 56.44%, #2464e8 62.97%, #5a55e9 69.68%, #7747e2 76.65%, #8a3cd8 83.97%, #9535cf 91.72%, #9932cc 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#228b22_0%,#0c8c2a_8.28%,#008e3c_16.03%,#008c5a_23.35%,#008a70_30.32%,#008784_37.03%,#008396_43.56%,#007eab_50%,#0075cb_56.44%,#2464e8_62.97%,#5a55e9_69.68%,#7747e2_76.65%,#8a3cd8_83.97%,#9535cf_91.72%,#9932cc_100%)]`
- Contrast (worst point): white 4.23:1 AA-large · black 3.67:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.228b22-9932cc?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 15.58% 36.73%, oklch(from #9932cc l c h / 0.8864) 0%, rgb(from #9932cc r g b / 0) 57.9%), radial-gradient(circle farthest-corner at 82.08% 57.71%, oklch(from #228b22 l c h / 0.7455) 0%, rgb(from #228b22 r g b / 0) 53.17%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_15.58%_36.73%,oklch(from_#9932cc_l_c_h_/_0.8864)_0%,rgb(from_#9932cc_r_g_b_/_0)_57.9%),radial-gradient(circle_farthest-corner_at_82.08%_57.71%,oklch(from_#228b22_l_c_h_/_0.7455)_0%,rgb(from_#228b22_r_g_b_/_0)_53.17%)]`
- Contrast (worst point): white 4.83:1 AA · black 3.62:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.228b22-9932cc?k=mesh&seed=forestgreen-to-darkorchid

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