Named gradient · uiGradients

Azure Pop

Azure Pop is a pink gradient from uiGradients (MIT) — #ef32d9 → #89fffd 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.13:1 · AA
white 1.18 failsblack 6.13 AAbanding medium

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.

sRGB38%
OKLab28%
OKLCH51%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #ef32d9 0%, #ed4ddc 7.14%, #eb61df 14.29%, #e872e2 21.43%, #e482e4 28.57%, #e090e7 35.71%, #db9eea 42.86%, #d5abec 50%, #cfb8ef 57.14%, #c7c4f1 64.29%, #bfd0f4 71.43%, #b5dcf6 78.57%, #a9e8f9 85.71%, #9bf3fb 92.86%, #89fffd 100%);
  background-image: linear-gradient(90deg in oklab, #ef32d9 0%, #89fffd 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#ef32d9] to-[#89fffd]
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="#ef32d9"/><stop offset="7.14%" stop-color="#ed4ddc"/><stop offset="14.29%" stop-color="#eb61df"/><stop offset="21.43%" stop-color="#e872e2"/><stop offset="28.57%" stop-color="#e482e4"/><stop offset="35.71%" stop-color="#e090e7"/><stop offset="42.86%" stop-color="#db9eea"/><stop offset="50%" stop-color="#d5abec"/><stop offset="57.14%" stop-color="#cfb8ef"/><stop offset="64.29%" stop-color="#c7c4f1"/><stop offset="71.43%" stop-color="#bfd0f4"/><stop offset="78.57%" stop-color="#b5dcf6"/><stop offset="85.71%" stop-color="#a9e8f9"/><stop offset="92.86%" stop-color="#9bf3fb"/><stop offset="100%" stop-color="#89fffd"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "azure-pop": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.937,
            0.196,
            0.851
          ],
          "hex": "#ef32d9"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.537,
            1,
            0.992
          ],
          "hex": "#89fffd"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #ef32d9 0%, #89fffd 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Azure Pop",
        "contrast": {
          "white": {
            "ratio": 1.181,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 6.128,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Azure Pop (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 Azure Pop gradient (#ef32d9, #89fffd), 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