# Deep Sky Blue to Mustard Yellow gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #00bfff 0%, #16c0fd 8.28%, #32c2f8 16.03%, #4cc5f0 23.35%, #64c8e6 30.32%, #7bcbda 37.03%, #91cfcc 43.56%, #a7d2bd 50%, #bbd5ac 56.44%, #cdd79b 62.97%, #ddd989 69.68%, #ebda78 76.65%, #f6da68 83.97%, #fddb5d 91.72%, #ffdb58 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#00bfff_0%,#16c0fd_8.28%,#32c2f8_16.03%,#4cc5f0_23.35%,#64c8e6_30.32%,#7bcbda_37.03%,#91cfcc_43.56%,#a7d2bd_50%,#bbd5ac_56.44%,#cdd79b_62.97%,#ddd989_69.68%,#ebda78_76.65%,#f6da68_83.97%,#fddb5d_91.72%,#ffdb58_100%)]`
- Contrast (worst point): white 1.35:1 fail · black 9.89:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.00bfff-ffdb58?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 27.9% 14.34%, oklch(from #00bfff l c h / 0.7768) 0%, rgb(from #00bfff r g b / 0) 55.86%), radial-gradient(circle farthest-corner at 55.09% 97.41%, oklch(from #ffdb58 l c h / 0.8259) 0%, rgb(from #ffdb58 r g b / 0) 55.72%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_27.9%_14.34%,oklch(from_#00bfff_l_c_h_/_0.7768)_0%,rgb(from_#00bfff_r_g_b_/_0)_55.86%),radial-gradient(circle_farthest-corner_at_55.09%_97.41%,oklch(from_#ffdb58_l_c_h_/_0.8259)_0%,rgb(from_#ffdb58_r_g_b_/_0)_55.72%)]`
- Contrast (worst point): white 1.54:1 fail · black 10.42:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.00bfff-ffdb58?k=mesh&seed=deepskyblue-to-mustard

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