# Deep Sky Blue to Coral gradient

Deep Sky Blue (#00bfff) to Coral (#ff7f50), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/deepskyblue-to-coral
- Colors: https://brandsweets.com/colors/deepskyblue, https://brandsweets.com/colors/coral
- Reverse: https://brandsweets.com/gradients/coral-to-deepskyblue

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #00bfff 0%, #1bbeff 8.28%, #3cbaff 16.03%, #5eb3ff 23.35%, #80abff 30.32%, #9da0ff 37.03%, #ba95ff 43.56%, #d38af0 50%, #e881d6 56.44%, #f67bb8 62.97%, #fe7999 69.68%, #ff797d 76.65%, #ff7c66 83.97%, #ff7e56 91.72%, #ff7f50 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#00bfff_0%,#1bbeff_8.28%,#3cbaff_16.03%,#5eb3ff_23.35%,#80abff_30.32%,#9da0ff_37.03%,#ba95ff_43.56%,#d38af0_50%,#e881d6_56.44%,#f67bb8_62.97%,#fe7999_69.68%,#ff797d_76.65%,#ff7c66_83.97%,#ff7e56_91.72%,#ff7f50_100%)]`
- Contrast (worst point): white 2.12:1 fail · black 8.26:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.00bfff-ff7f50?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 33.01% 6.51%, oklch(from #ff7f50 l c h / 0.8844) 0%, rgb(from #ff7f50 r g b / 0) 52.42%), radial-gradient(circle farthest-corner at 53.21% 51.56%, oklch(from #00bfff l c h / 0.8148) 0%, rgb(from #00bfff r g b / 0) 47.55%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_33.01%_6.51%,oklch(from_#ff7f50_l_c_h_/_0.8844)_0%,rgb(from_#ff7f50_r_g_b_/_0)_52.42%),radial-gradient(circle_farthest-corner_at_53.21%_51.56%,oklch(from_#00bfff_l_c_h_/_0.8148)_0%,rgb(from_#00bfff_r_g_b_/_0)_47.55%)]`
- Contrast (worst point): white 2.28:1 fail · black 7.94:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.00bfff-ff7f50?k=mesh&seed=deepskyblue-to-coral

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