Named gradient · uiGradients

Pinky

Pinky is a pink gradient from uiGradients (MIT) — #dd5e89 → #f7bb97 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 6.04:1 · AA
white 1.68 failsblack 6.04 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.

sRGB68%
OKLab68%
OKLCH68%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #dd5e89 0%, #df658a 7.14%, #e16c8b 14.29%, #e4738d 21.43%, #e67a8e 28.57%, #e8818f 35.71%, #ea8890 42.86%, #eb8e91 50%, #ed9592 57.14%, #ef9b93 64.29%, #f1a294 71.43%, #f2a895 78.57%, #f4ae95 85.71%, #f6b596 92.86%, #f7bb97 100%);
  background-image: linear-gradient(90deg in oklab, #dd5e89 0%, #f7bb97 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#dd5e89] to-[#f7bb97]
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="#dd5e89"/><stop offset="7.14%" stop-color="#df658a"/><stop offset="14.29%" stop-color="#e16c8b"/><stop offset="21.43%" stop-color="#e4738d"/><stop offset="28.57%" stop-color="#e67a8e"/><stop offset="35.71%" stop-color="#e8818f"/><stop offset="42.86%" stop-color="#ea8890"/><stop offset="50%" stop-color="#eb8e91"/><stop offset="57.14%" stop-color="#ed9592"/><stop offset="64.29%" stop-color="#ef9b93"/><stop offset="71.43%" stop-color="#f1a294"/><stop offset="78.57%" stop-color="#f2a895"/><stop offset="85.71%" stop-color="#f4ae95"/><stop offset="92.86%" stop-color="#f6b596"/><stop offset="100%" stop-color="#f7bb97"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "pinky": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.867,
            0.369,
            0.537
          ],
          "hex": "#dd5e89"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.969,
            0.733,
            0.592
          ],
          "hex": "#f7bb97"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #dd5e89 0%, #f7bb97 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Pinky",
        "contrast": {
          "white": {
            "ratio": 1.679,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 6.037,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Pinky (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 Pinky gradient (#dd5e89, #f7bb97), 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