# Medium Sea Green to Fuchsia gradient

Medium Sea Green (#3cb371) to Fuchsia (#ff00ff), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/mediumseagreen-to-fuchsia
- Colors: https://brandsweets.com/colors/mediumseagreen, https://brandsweets.com/colors/fuchsia
- Reverse: https://brandsweets.com/gradients/fuchsia-to-mediumseagreen

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #3cb371 0%, #2fb475 8.28%, #00b781 16.03%, #00b796 23.35%, #00b5ad 30.32%, #00b2c4 37.03%, #00aedf 43.56%, #00a6ff 50%, #5599ff 56.44%, #858dff 62.97%, #a77eff 69.68%, #c769ff 76.65%, #e545ff 83.97%, #fa16ff 91.72%, #ff00ff 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#3cb371_0%,#2fb475_8.28%,#00b781_16.03%,#00b796_23.35%,#00b5ad_30.32%,#00b2c4_37.03%,#00aedf_43.56%,#00a6ff_50%,#5599ff_56.44%,#858dff_62.97%,#a77eff_69.68%,#c769ff_76.65%,#e545ff_83.97%,#fa16ff_91.72%,#ff00ff_100%)]`
- Contrast (worst point): white 2.54:1 fail · black 6.51:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.3cb371-ff00ff?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 7.08% 65.6%, oklch(from #ff00ff l c h / 0.7176) 0%, rgb(from #ff00ff r g b / 0) 55.2%), radial-gradient(circle farthest-corner at 53.87% 65.87%, oklch(from #3cb371 l c h / 0.7226) 0%, rgb(from #3cb371 r g b / 0) 53.18%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_7.08%_65.6%,oklch(from_#ff00ff_l_c_h_/_0.7176)_0%,rgb(from_#ff00ff_r_g_b_/_0)_55.2%),radial-gradient(circle_farthest-corner_at_53.87%_65.87%,oklch(from_#3cb371_l_c_h_/_0.7226)_0%,rgb(from_#3cb371_r_g_b_/_0)_53.18%)]`
- Contrast (worst point): white 2.86:1 fail · black 5.85:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.3cb371-ff00ff?k=mesh&seed=mediumseagreen-to-fuchsia

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