Named gradient · uiGradients

Brady Brady Fun Fun

Brady Brady Fun Fun is a blue gradient from uiGradients (MIT) — #00c3ff → #ffff1c at 90°. Shown here interpolated in OKLab, next to the original sRGB, with the worst-case contrast for white and black text and every export.

Aa — the quick brown fox
black text · worst 10.25:1 · AA
white 1.07 failsblack 10.25 AAbanding medium

Same stops, three spaces

The source renders this in sRGB. The number is how much chroma survives at the dullest point along the line — the difference between the first bar and the others is the grey that OKLab removes.

sRGB68%
OKLab49%
OKLCH78%

Report

  • white ink: worst 1.07:1 at 100% (fails AA); black ink: worst 10.25:1 at 0% (AA) → use black text.
  • Banding medium: ~6px bands at 1440px — add grain 9 (≈1% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #00c3ff 0%, #36c9f6 7.14%, #4fceed 14.29%, #63d3e3 21.43%, #74d8d9 28.57%, #84ddcf 35.71%, #93e1c4 42.86%, #a2e6b8 50%, #b0eaab 57.14%, #beee9e 64.29%, #cbf28f 71.43%, #d8f57d 78.57%, #e5f969 85.71%, #f2fc4e 92.86%, #ffff1c 100%);
  background-image: linear-gradient(90deg in oklab, #00c3ff 0%, #ffff1c 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#00c3ff] to-[#ffff1c]
svg
<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="600" viewBox="0 0 1440 600"><defs><linearGradient id="bs-gradient" gradientUnits="userSpaceOnUse" x1="0" y1="300" x2="1440" y2="300"><stop offset="0%" stop-color="#00c3ff"/><stop offset="7.14%" stop-color="#36c9f6"/><stop offset="14.29%" stop-color="#4fceed"/><stop offset="21.43%" stop-color="#63d3e3"/><stop offset="28.57%" stop-color="#74d8d9"/><stop offset="35.71%" stop-color="#84ddcf"/><stop offset="42.86%" stop-color="#93e1c4"/><stop offset="50%" stop-color="#a2e6b8"/><stop offset="57.14%" stop-color="#b0eaab"/><stop offset="64.29%" stop-color="#beee9e"/><stop offset="71.43%" stop-color="#cbf28f"/><stop offset="78.57%" stop-color="#d8f57d"/><stop offset="85.71%" stop-color="#e5f969"/><stop offset="92.86%" stop-color="#f2fc4e"/><stop offset="100%" stop-color="#ffff1c"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "brady-brady-fun-fun": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0,
            0.765,
            1
          ],
          "hex": "#00c3ff"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            1,
            0.11
          ],
          "hex": "#ffff1c"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #00c3ff 0%, #ffff1c 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Brady Brady Fun Fun",
        "contrast": {
          "white": {
            "ratio": 1.073,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 10.246,
            "at": 0.0047,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Brady Brady Fun Fun (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More blue gradients

mcpConnect your agent to the gradient engine
live endpoint

Point any MCP client at the shared gradients endpoint and your agent gets the same engine as this page — make_gradient returns CSS with the interpolation space, Tailwind v4, SVG, a PNG URL, a DTCG token and the contrast report in one call; brand_gradients derives the whole contact sheet from a brand or a palette. Read-only, no key. Every gradient is a /gradients/new/… link: open it, refine, paste it back.

endpointhttps://mcp.brandsweets.com/gradients/mcp
claude mcp add --transport http brandsweets-gradients https://mcp.brandsweets.com/gradients/mcp
try this prompt

take the Brady Brady Fun Fun gradient (#00c3ff, #ffff1c), re-interpolate it in oklch, and tell me the worst-case contrast for white text

Want the agent to remember your picks and write them into a living brand? Create a free BrandSweets workspace.

Machine-readable: gradients.md · From uiGradients (MIT) — licences