# Lavender to Brown gradient

Lavender (#e6e6fa) to Brown (#a52a2a), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/lavender-to-brown
- Colors: https://brandsweets.com/colors/lavender, https://brandsweets.com/colors/brown
- Reverse: https://brandsweets.com/gradients/brown-to-lavender

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e6e6fa 0%, #e5e3f7 8.28%, #e4dcee 16.03%, #e1d1e0 23.35%, #dec2cf 30.32%, #d9b2bb 37.03%, #d39fa6 43.56%, #cd8c90 50%, #c5797a 56.44%, #be6665 62.97%, #b65553 69.68%, #b04543 76.65%, #aa3736 83.97%, #a62e2d 91.72%, #a52a2a 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e6e6fa_0%,#e5e3f7_8.28%,#e4dcee_16.03%,#e1d1e0_23.35%,#dec2cf_30.32%,#d9b2bb_37.03%,#d39fa6_43.56%,#cd8c90_50%,#c5797a_56.44%,#be6665_62.97%,#b65553_69.68%,#b04543_76.65%,#aa3736_83.97%,#a62e2d_91.72%,#a52a2a_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 2.96:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.e6e6fa-a52a2a?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 37.51% 84.31%, oklch(from #a52a2a l c h / 0.7401) 0%, rgb(from #a52a2a r g b / 0) 46.72%), radial-gradient(circle farthest-corner at 57.5% 29.32%, oklch(from #e6e6fa l c h / 0.8904) 0%, rgb(from #e6e6fa r g b / 0) 56.95%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_37.51%_84.31%,oklch(from_#a52a2a_l_c_h_/_0.7401)_0%,rgb(from_#a52a2a_r_g_b_/_0)_46.72%),radial-gradient(circle_farthest-corner_at_57.5%_29.32%,oklch(from_#e6e6fa_l_c_h_/_0.8904)_0%,rgb(from_#e6e6fa_r_g_b_/_0)_56.95%)]`
- Contrast (worst point): white 1.79:1 fail · black 6.82:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.e6e6fa-a52a2a?k=mesh&seed=lavender-to-brown

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