Named gradient · uiGradients

Suzy

Suzy is a purple gradient from uiGradients (MIT) — #834d9b → #d04ed6 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 3.66:1 · AA large
white 3.66 AA largeblack 3.50 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.

sRGB74%
OKLab74%
OKLCH74%

Report

  • white ink: worst 3.66:1 at 100% (AA-large only); black ink: worst 3.50:1 at 0% (AA-large only) → use white 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: ~19px bands at 1440px — add grain 38 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #834d9b 0%, #884d9f 7.14%, #8e4ea3 14.29%, #934ea7 21.43%, #994eab 28.57%, #9e4fb0 35.71%, #a44fb4 42.86%, #a94fb8 50%, #af4fbc 57.14%, #b44fc1 64.29%, #ba4fc5 71.43%, #bf4fc9 78.57%, #c54fcd 85.71%, #ca4ed2 92.86%, #d04ed6 100%);
  background-image: linear-gradient(90deg in oklab, #834d9b 0%, #d04ed6 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#834d9b] to-[#d04ed6]
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="#834d9b"/><stop offset="7.14%" stop-color="#884d9f"/><stop offset="14.29%" stop-color="#8e4ea3"/><stop offset="21.43%" stop-color="#934ea7"/><stop offset="28.57%" stop-color="#994eab"/><stop offset="35.71%" stop-color="#9e4fb0"/><stop offset="42.86%" stop-color="#a44fb4"/><stop offset="50%" stop-color="#a94fb8"/><stop offset="57.14%" stop-color="#af4fbc"/><stop offset="64.29%" stop-color="#b44fc1"/><stop offset="71.43%" stop-color="#ba4fc5"/><stop offset="78.57%" stop-color="#bf4fc9"/><stop offset="85.71%" stop-color="#c54fcd"/><stop offset="92.86%" stop-color="#ca4ed2"/><stop offset="100%" stop-color="#d04ed6"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "suzy": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.514,
            0.302,
            0.608
          ],
          "hex": "#834d9b"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.816,
            0.306,
            0.839
          ],
          "hex": "#d04ed6"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #834d9b 0%, #d04ed6 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Suzy",
        "contrast": {
          "white": {
            "ratio": 3.657,
            "at": 1,
            "passesAA": false,
            "passesAALarge": true
          },
          "black": {
            "ratio": 3.5,
            "at": 0,
            "passesAA": false,
            "passesAALarge": true
          },
          "suggestedInk": "#ffffff"
        }
      }
    },
    "$description": "Suzy (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More purple 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 Suzy gradient (#834d9b, #d04ed6), 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