Named gradient · uiGradients

Nelson

Nelson is a pink gradient from uiGradients (MIT) — #f2709c → #ff9472 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 7.57:1 · AA
white 2.16 failsblack 7.57 AAbanding 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.

sRGB91%
OKLab90%
OKLCH91%

Report

  • white ink: worst 2.16:1 at 99% (fails AA); black ink: worst 7.57:1 at 0% (AA) → use black text.
  • Banding high: ~34px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #f2709c 0%, #f37399 7.14%, #f47697 14.29%, #f57894 21.43%, #f67b92 28.57%, #f77e8f 35.71%, #f8808c 42.86%, #f88389 50%, #f98586 57.14%, #fa8883 64.29%, #fb8a80 71.43%, #fc8d7d 78.57%, #fd8f79 85.71%, #fe9276 92.86%, #ff9472 100%);
  background-image: linear-gradient(90deg in oklab, #f2709c 0%, #ff9472 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#f2709c] to-[#ff9472]
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="#f2709c"/><stop offset="7.14%" stop-color="#f37399"/><stop offset="14.29%" stop-color="#f47697"/><stop offset="21.43%" stop-color="#f57894"/><stop offset="28.57%" stop-color="#f67b92"/><stop offset="35.71%" stop-color="#f77e8f"/><stop offset="42.86%" stop-color="#f8808c"/><stop offset="50%" stop-color="#f88389"/><stop offset="57.14%" stop-color="#f98586"/><stop offset="64.29%" stop-color="#fa8883"/><stop offset="71.43%" stop-color="#fb8a80"/><stop offset="78.57%" stop-color="#fc8d7d"/><stop offset="85.71%" stop-color="#fd8f79"/><stop offset="92.86%" stop-color="#fe9276"/><stop offset="100%" stop-color="#ff9472"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "nelson": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.949,
            0.439,
            0.612
          ],
          "hex": "#f2709c"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.58,
            0.447
          ],
          "hex": "#ff9472"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #f2709c 0%, #ff9472 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Nelson",
        "contrast": {
          "white": {
            "ratio": 2.157,
            "at": 0.9904,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 7.573,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Nelson (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More pink 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 Nelson gradient (#f2709c, #ff9472), 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