Named gradient · uiGradients

Wiretap

Wiretap is a purple gradient from uiGradients (MIT) — #8a2387 → #e94057 → #f27121 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 2.93:1 · fails
white 2.93 failsblack 2.67 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.

sRGB98%
OKLab96%
OKLCH100%

Report

  • white ink: worst 2.93:1 at 100% (fails AA); black ink: worst 2.67:1 at 0% (fails AA) → use white text.
  • Neither ink passes AA at the worst point — treat as decorative or add a scrim (rgba(0,0,0,.35) typically lifts white ink past 4:1).
  • Banding high: ~13px bands at 1440px — add grain 28 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #8a2387 0%, #902785 3.57%, #972a82 7.14%, #9d2d80 10.71%, #a4307d 14.29%, #aa327a 17.86%, #b13477 21.43%, #b83674 25%, #bf3871 28.57%, #c63a6d 32.14%, #cd3b69 35.71%, #d43d65 39.29%, #db3e61 42.86%, #e23f5c 46.43%, #e94057 50%, #ea4455 53.57%, #ea4852 57.14%, #eb4c4f 60.71%, #ec504d 64.29%, #ec544a 67.86%, #ed5747 71.43%, #ee5b43 75%, #ee5e40 78.57%, #ef613c 82.14%, #f06538 85.71%, #f06833 89.29%, #f16b2e 92.86%, #f16e28 96.43%, #f27121 100%);
  background-image: linear-gradient(90deg in oklab, #8a2387 0%, #e94057 50%, #f27121 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#8a2387] via-[#e94057] to-[#f27121]
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="#8a2387"/><stop offset="3.57%" stop-color="#902785"/><stop offset="7.14%" stop-color="#972a82"/><stop offset="10.71%" stop-color="#9d2d80"/><stop offset="14.29%" stop-color="#a4307d"/><stop offset="17.86%" stop-color="#aa327a"/><stop offset="21.43%" stop-color="#b13477"/><stop offset="25%" stop-color="#b83674"/><stop offset="28.57%" stop-color="#bf3871"/><stop offset="32.14%" stop-color="#c63a6d"/><stop offset="35.71%" stop-color="#cd3b69"/><stop offset="39.29%" stop-color="#d43d65"/><stop offset="42.86%" stop-color="#db3e61"/><stop offset="46.43%" stop-color="#e23f5c"/><stop offset="50%" stop-color="#e94057"/><stop offset="53.57%" stop-color="#ea4455"/><stop offset="57.14%" stop-color="#ea4852"/><stop offset="60.71%" stop-color="#eb4c4f"/><stop offset="64.29%" stop-color="#ec504d"/><stop offset="67.86%" stop-color="#ec544a"/><stop offset="71.43%" stop-color="#ed5747"/><stop offset="75%" stop-color="#ee5b43"/><stop offset="78.57%" stop-color="#ee5e40"/><stop offset="82.14%" stop-color="#ef613c"/><stop offset="85.71%" stop-color="#f06538"/><stop offset="89.29%" stop-color="#f06833"/><stop offset="92.86%" stop-color="#f16b2e"/><stop offset="96.43%" stop-color="#f16e28"/><stop offset="100%" stop-color="#f27121"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "wiretap": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.541,
            0.137,
            0.529
          ],
          "hex": "#8a2387"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.914,
            0.251,
            0.341
          ],
          "hex": "#e94057"
        },
        "position": 0.5
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.949,
            0.443,
            0.129
          ],
          "hex": "#f27121"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #8a2387 0%, #e94057 50%, #f27121 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Wiretap",
        "contrast": {
          "white": {
            "ratio": 2.933,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 2.671,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "suggestedInk": "#ffffff"
        }
      }
    },
    "$description": "Wiretap (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 Wiretap gradient (#8a2387, #e94057, #f27121), 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