Named gradient · uiGradients

eXpresso

eXpresso is a pink gradient from uiGradients (MIT) — #ad5389 → #3c1053 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 4.80:1 · AA
white 4.80 AAblack 1.39 failsbanding 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.

sRGB93%
OKLab92%
OKLCH93%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #ad5389 0%, #a44e85 7.14%, #9b4a81 14.29%, #93457e 21.43%, #8a407a 28.57%, #823c76 35.71%, #7a3772 42.86%, #71326e 50%, #692e6b 57.14%, #612967 64.29%, #5a2463 71.43%, #52205f 78.57%, #4a1b5b 85.71%, #431557 92.86%, #3c1053 100%);
  background-image: linear-gradient(90deg in oklab, #ad5389 0%, #3c1053 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#ad5389] to-[#3c1053]
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="#ad5389"/><stop offset="7.14%" stop-color="#a44e85"/><stop offset="14.29%" stop-color="#9b4a81"/><stop offset="21.43%" stop-color="#93457e"/><stop offset="28.57%" stop-color="#8a407a"/><stop offset="35.71%" stop-color="#823c76"/><stop offset="42.86%" stop-color="#7a3772"/><stop offset="50%" stop-color="#71326e"/><stop offset="57.14%" stop-color="#692e6b"/><stop offset="64.29%" stop-color="#612967"/><stop offset="71.43%" stop-color="#5a2463"/><stop offset="78.57%" stop-color="#52205f"/><stop offset="85.71%" stop-color="#4a1b5b"/><stop offset="92.86%" stop-color="#431557"/><stop offset="100%" stop-color="#3c1053"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "expresso": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.678,
            0.325,
            0.537
          ],
          "hex": "#ad5389"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.235,
            0.063,
            0.325
          ],
          "hex": "#3c1053"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #ad5389 0%, #3c1053 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "eXpresso",
        "contrast": {
          "white": {
            "ratio": 4.8,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "black": {
            "ratio": 1.391,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "suggestedInk": "#ffffff"
        }
      }
    },
    "$description": "eXpresso (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 eXpresso gradient (#ad5389, #3c1053), 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