Named gradient · uiGradients

Blush

Blush is a pink gradient from uiGradients (MIT) — #b24592 → #f15f79 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.16:1 · AA large
white 3.16 AA largeblack 4.16 AA largebanding 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.

sRGB95%
OKLab95%
OKLCH96%

Report

  • white ink: worst 3.16:1 at 100% (AA-large only); black ink: worst 4.16:1 at 0% (AA-large only) → use black text.
  • Body text fails AA everywhere on this gradient; large text (≥24px / 19px bold) is fine. Add a scrim or lower the chroma for body copy.
  • Banding high: ~23px bands at 1440px — add grain 44 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #b24592 0%, #b64791 7.14%, #bb498f 14.29%, #bf4b8e 21.43%, #c34d8c 28.57%, #c84f8b 35.71%, #cc5189 42.86%, #d15387 50%, #d55585 57.14%, #da5784 64.29%, #de5882 71.43%, #e35a80 78.57%, #e85c7d 85.71%, #ec5d7b 92.86%, #f15f79 100%);
  background-image: linear-gradient(90deg in oklab, #b24592 0%, #f15f79 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#b24592] to-[#f15f79]
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="#b24592"/><stop offset="7.14%" stop-color="#b64791"/><stop offset="14.29%" stop-color="#bb498f"/><stop offset="21.43%" stop-color="#bf4b8e"/><stop offset="28.57%" stop-color="#c34d8c"/><stop offset="35.71%" stop-color="#c84f8b"/><stop offset="42.86%" stop-color="#cc5189"/><stop offset="50%" stop-color="#d15387"/><stop offset="57.14%" stop-color="#d55585"/><stop offset="64.29%" stop-color="#da5784"/><stop offset="71.43%" stop-color="#de5882"/><stop offset="78.57%" stop-color="#e35a80"/><stop offset="85.71%" stop-color="#e85c7d"/><stop offset="92.86%" stop-color="#ec5d7b"/><stop offset="100%" stop-color="#f15f79"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "blush": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.698,
            0.271,
            0.573
          ],
          "hex": "#b24592"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.945,
            0.373,
            0.475
          ],
          "hex": "#f15f79"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #b24592 0%, #f15f79 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Blush",
        "contrast": {
          "white": {
            "ratio": 3.156,
            "at": 1,
            "passesAA": false,
            "passesAALarge": true
          },
          "black": {
            "ratio": 4.159,
            "at": 0,
            "passesAA": false,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Blush (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 Blush gradient (#b24592, #f15f79), 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