# Deep Sky Blue to Gold gradient

Deep Sky Blue (#00bfff) to Gold (#ffd700), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #00bfff 0%, #16c0fd 8.28%, #32c2f7 16.03%, #4cc4ee 23.35%, #64c8e2 30.32%, #7bcbd3 37.03%, #91cec2 43.56%, #a7d1b0 50%, #bbd39c 56.44%, #cdd586 62.97%, #ddd66f 69.68%, #ebd755 76.65%, #f6d73a 83.97%, #fdd71b 91.72%, #ffd700 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#00bfff_0%,#16c0fd_8.28%,#32c2f7_16.03%,#4cc4ee_23.35%,#64c8e2_30.32%,#7bcbd3_37.03%,#91cec2_43.56%,#a7d1b0_50%,#bbd39c_56.44%,#cdd586_62.97%,#ddd66f_69.68%,#ebd755_76.65%,#f6d73a_83.97%,#fdd71b_91.72%,#ffd700_100%)]`
- Contrast (worst point): white 1.40:1 fail · black 9.89:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.00bfff-ffd700?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 0.55% 96.99%, oklch(from #ffd700 l c h / 0.733) 0%, rgb(from #ffd700 r g b / 0) 52.51%), radial-gradient(circle farthest-corner at 43.9% 46.4%, oklch(from #00bfff l c h / 0.7978) 0%, rgb(from #00bfff r g b / 0) 51.35%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_0.55%_96.99%,oklch(from_#ffd700_l_c_h_/_0.733)_0%,rgb(from_#ffd700_r_g_b_/_0)_52.51%),radial-gradient(circle_farthest-corner_at_43.9%_46.4%,oklch(from_#00bfff_l_c_h_/_0.7978)_0%,rgb(from_#00bfff_r_g_b_/_0)_51.35%)]`
- Contrast (worst point): white 1.70:1 fail · black 10.12:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.00bfff-ffd700?k=mesh&seed=deepskyblue-to-gold

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