Named gradient · uiGradients

Superman

Superman is a blue gradient from uiGradients (MIT) — #0099f7 → #f11712 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 4.86:1 · AA
white 3.04 AA largeblack 4.86 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.

sRGB37%
OKLab32%
OKLCH84%

Report

  • white ink: worst 3.04:1 at 1% (AA-large only); black ink: worst 4.86:1 at 100% (AA) → use black text.
  • Banding medium: ~6px bands at 1440px — add grain 10 (≈1% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #0099f7 0%, #4296e9 7.14%, #5d92dc 14.29%, #728ece 21.43%, #838ac0 28.57%, #9185b3 35.71%, #9f7fa5 42.86%, #ab7997 50%, #b77289 57.14%, #c26a7a 64.29%, #cc616b 71.43%, #d6565b 78.57%, #df4849 85.71%, #e83634 92.86%, #f11712 100%);
  background-image: linear-gradient(90deg in oklab, #0099f7 0%, #f11712 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#0099f7] to-[#f11712]
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="#0099f7"/><stop offset="7.14%" stop-color="#4296e9"/><stop offset="14.29%" stop-color="#5d92dc"/><stop offset="21.43%" stop-color="#728ece"/><stop offset="28.57%" stop-color="#838ac0"/><stop offset="35.71%" stop-color="#9185b3"/><stop offset="42.86%" stop-color="#9f7fa5"/><stop offset="50%" stop-color="#ab7997"/><stop offset="57.14%" stop-color="#b77289"/><stop offset="64.29%" stop-color="#c26a7a"/><stop offset="71.43%" stop-color="#cc616b"/><stop offset="78.57%" stop-color="#d6565b"/><stop offset="85.71%" stop-color="#df4849"/><stop offset="92.86%" stop-color="#e83634"/><stop offset="100%" stop-color="#f11712"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "superman": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0,
            0.6,
            0.969
          ],
          "hex": "#0099f7"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.945,
            0.09,
            0.071
          ],
          "hex": "#f11712"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #0099f7 0%, #f11712 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Superman",
        "contrast": {
          "white": {
            "ratio": 3.037,
            "at": 0.012,
            "passesAA": false,
            "passesAALarge": true
          },
          "black": {
            "ratio": 4.864,
            "at": 0.9959,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Superman (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 Superman gradient (#0099f7, #f11712), 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