# Sky Blue to Beige gradient

Sky Blue (#87ceeb) to Beige (#f5f5dc), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/skyblue-to-beige
- Colors: https://brandsweets.com/colors/skyblue, https://brandsweets.com/colors/beige
- Reverse: https://brandsweets.com/gradients/beige-to-skyblue

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #87ceeb 0%, #89cfeb 8.28%, #8ed0ea 16.03%, #95d3ea 23.35%, #9ed6e9 30.32%, #a9dae8 37.03%, #b4dee6 43.56%, #c0e2e5 50%, #cbe6e3 56.44%, #d6eae1 62.97%, #e0eee0 69.68%, #e9f1de 76.65%, #eff3dd 83.97%, #f3f4dc 91.72%, #f5f5dc 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#87ceeb_0%,#89cfeb_8.28%,#8ed0ea_16.03%,#95d3ea_23.35%,#9ed6e9_30.32%,#a9dae8_37.03%,#b4dee6_43.56%,#c0e2e5_50%,#cbe6e3_56.44%,#d6eae1_62.97%,#e0eee0_69.68%,#e9f1de_76.65%,#eff3dd_83.97%,#f3f4dc_91.72%,#f5f5dc_100%)]`
- Contrast (worst point): white 1.11:1 fail · black 12.06:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.87ceeb-f5f5dc?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 63.22% 92%, oklch(from #87ceeb l c h / 0.7425) 0%, rgb(from #87ceeb r g b / 0) 55.33%), radial-gradient(circle farthest-corner at 64.4% 20.87%, oklch(from #f5f5dc l c h / 0.7228) 0%, rgb(from #f5f5dc r g b / 0) 53.57%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_63.22%_92%,oklch(from_#87ceeb_l_c_h_/_0.7425)_0%,rgb(from_#87ceeb_r_g_b_/_0)_55.33%),radial-gradient(circle_farthest-corner_at_64.4%_20.87%,oklch(from_#f5f5dc_l_c_h_/_0.7228)_0%,rgb(from_#f5f5dc_r_g_b_/_0)_53.57%)]`
- Contrast (worst point): white 1.29:1 fail · black 13.57:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.87ceeb-f5f5dc?k=mesh&seed=skyblue-to-beige

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