Named gradient · uiGradients

Aubergine

Aubergine is a pink gradient from uiGradients (MIT) — #aa076b → #61045f 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 7.11:1 · AA
white 7.11 AAblack 1.69 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.

sRGB88%
OKLab88%
OKLCH88%

Report

  • white ink: worst 7.11:1 at 0% (AA); black ink: worst 1.69:1 at 100% (fails AA) → use white text.
  • Banding high: ~20px bands at 1440px — add grain 39 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #aa076b 0%, #a5086a 7.14%, #9f096a 14.29%, #9a0969 21.43%, #940968 28.57%, #8f0967 35.71%, #8a0966 42.86%, #840966 50%, #7f0965 57.14%, #7a0864 64.29%, #750863 71.43%, #700762 78.57%, #6b0661 85.71%, #660560 92.86%, #61045f 100%);
  background-image: linear-gradient(90deg in oklab, #aa076b 0%, #61045f 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#aa076b] to-[#61045f]
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="#aa076b"/><stop offset="7.14%" stop-color="#a5086a"/><stop offset="14.29%" stop-color="#9f096a"/><stop offset="21.43%" stop-color="#9a0969"/><stop offset="28.57%" stop-color="#940968"/><stop offset="35.71%" stop-color="#8f0967"/><stop offset="42.86%" stop-color="#8a0966"/><stop offset="50%" stop-color="#840966"/><stop offset="57.14%" stop-color="#7f0965"/><stop offset="64.29%" stop-color="#7a0864"/><stop offset="71.43%" stop-color="#750863"/><stop offset="78.57%" stop-color="#700762"/><stop offset="85.71%" stop-color="#6b0661"/><stop offset="92.86%" stop-color="#660560"/><stop offset="100%" stop-color="#61045f"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "aubergine": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.667,
            0.027,
            0.42
          ],
          "hex": "#aa076b"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.38,
            0.016,
            0.373
          ],
          "hex": "#61045f"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #aa076b 0%, #61045f 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Aubergine",
        "contrast": {
          "white": {
            "ratio": 7.114,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "black": {
            "ratio": 1.691,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "suggestedInk": "#ffffff"
        }
      }
    },
    "$description": "Aubergine (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 Aubergine gradient (#aa076b, #61045f), 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