# Mustard Yellow to Deep Sky Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffdb58 0%, #fddb5d 8.28%, #f6da68 16.03%, #ebda78 23.35%, #ddd989 30.32%, #cdd79b 37.03%, #bbd5ac 43.56%, #a7d2bd 50%, #91cfcc 56.44%, #7bcbda 62.97%, #64c8e6 69.68%, #4cc5f0 76.65%, #32c2f8 83.97%, #16c0fd 91.72%, #00bfff 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffdb58_0%,#fddb5d_8.28%,#f6da68_16.03%,#ebda78_23.35%,#ddd989_30.32%,#cdd79b_37.03%,#bbd5ac_43.56%,#a7d2bd_50%,#91cfcc_56.44%,#7bcbda_62.97%,#64c8e6_69.68%,#4cc5f0_76.65%,#32c2f8_83.97%,#16c0fd_91.72%,#00bfff_100%)]`
- Contrast (worst point): white 1.35:1 fail · black 9.89:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffdb58-00bfff?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 92.92% 76.9%, oklch(from #00bfff l c h / 0.7995) 0%, rgb(from #00bfff r g b / 0) 50.42%), radial-gradient(circle farthest-corner at 78% 31.1%, oklch(from #ffdb58 l c h / 0.716) 0%, rgb(from #ffdb58 r g b / 0) 50.05%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_92.92%_76.9%,oklch(from_#00bfff_l_c_h_/_0.7995)_0%,rgb(from_#00bfff_r_g_b_/_0)_50.42%),radial-gradient(circle_farthest-corner_at_78%_31.1%,oklch(from_#ffdb58_l_c_h_/_0.716)_0%,rgb(from_#ffdb58_r_g_b_/_0)_50.05%)]`
- Contrast (worst point): white 1.61:1 fail · black 10.42:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffdb58-00bfff?k=mesh&seed=mustard-to-deepskyblue

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