Named gradient · uiGradients

Man of Steel

Man of Steel is a red gradient from uiGradients (MIT) — #780206 → #061161 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
white text · worst 11.60:1 · AA
white 11.60 AAblack 1.26 failsbanding high

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.

sRGB67%
OKLab48%
OKLCH97%

Report

  • white ink: worst 11.60:1 at 1% (AA); black ink: worst 1.26:1 at 100% (fails AA) → use white text.
  • Banding high: ~13px bands at 1440px — add grain 26 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #780206 0%, #700e15 7.14%, #69151f 14.29%, #611a27 21.43%, #591d2e 28.57%, #511f34 35.71%, #4a203a 42.86%, #42213f 50%, #3a2144 57.14%, #322049 64.29%, #2a1f4e 71.43%, #221d53 78.57%, #1a1a58 85.71%, #11165c 92.86%, #061161 100%);
  background-image: linear-gradient(90deg in oklab, #780206 0%, #061161 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#780206] to-[#061161]
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="#780206"/><stop offset="7.14%" stop-color="#700e15"/><stop offset="14.29%" stop-color="#69151f"/><stop offset="21.43%" stop-color="#611a27"/><stop offset="28.57%" stop-color="#591d2e"/><stop offset="35.71%" stop-color="#511f34"/><stop offset="42.86%" stop-color="#4a203a"/><stop offset="50%" stop-color="#42213f"/><stop offset="57.14%" stop-color="#3a2144"/><stop offset="64.29%" stop-color="#322049"/><stop offset="71.43%" stop-color="#2a1f4e"/><stop offset="78.57%" stop-color="#221d53"/><stop offset="85.71%" stop-color="#1a1a58"/><stop offset="92.86%" stop-color="#11165c"/><stop offset="100%" stop-color="#061161"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "man-of-steel": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.471,
            0.008,
            0.024
          ],
          "hex": "#780206"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.024,
            0.067,
            0.38
          ],
          "hex": "#061161"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #780206 0%, #061161 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Man of Steel",
        "contrast": {
          "white": {
            "ratio": 11.599,
            "at": 0.0138,
            "passesAA": true,
            "passesAALarge": true
          },
          "black": {
            "ratio": 1.261,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "suggestedInk": "#ffffff"
        }
      }
    },
    "$description": "Man of Steel (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More red 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 Man of Steel gradient (#780206, #061161), 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