Named gradient · WebGradients

Polite Rumors

Polite Rumors is a purple gradient from WebGradients (MIT) — #a7a6cb → #8989ba → #8989ba at 0°. 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.35:1 · AA
white 2.34 failsblack 6.35 AAbanding 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.

sRGB84%
OKLab84%
OKLCH84%

Report

  • white ink: worst 2.34:1 at 0% (fails AA); black ink: worst 6.35:1 at 52% (AA) → use black text.
  • Banding high: ~25px bands at 1440px — add grain 47 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(0deg, #a7a6cb 0%, #a5a4ca 3.71%, #a3a2c9 7.43%, #a0a0c7 11.14%, #9e9ec6 14.86%, #9c9cc5 18.57%, #9a9ac4 22.29%, #9897c3 26%, #9695c1 29.71%, #9493c0 33.43%, #9191bf 37.14%, #8f8fbe 40.86%, #8d8dbc 44.57%, #8b8bbb 48.29%, #8989ba 52%, #8989ba 55.43%, #8989ba 58.86%, #8989ba 62.29%, #8989ba 65.71%, #8989ba 69.14%, #8989ba 72.57%, #8989ba 76%, #8989ba 79.43%, #8989ba 82.86%, #8989ba 86.29%, #8989ba 89.71%, #8989ba 93.14%, #8989ba 96.57%, #8989ba 100%);
  background-image: linear-gradient(0deg in oklab, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
}
tailwind v4
bg-linear-to-t/oklab from-[#a7a6cb] via-[#8989ba] via-52% to-[#8989ba]
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="720" y1="600" x2="720" y2="0"><stop offset="0%" stop-color="#a7a6cb"/><stop offset="3.71%" stop-color="#a5a4ca"/><stop offset="7.43%" stop-color="#a3a2c9"/><stop offset="11.14%" stop-color="#a0a0c7"/><stop offset="14.86%" stop-color="#9e9ec6"/><stop offset="18.57%" stop-color="#9c9cc5"/><stop offset="22.29%" stop-color="#9a9ac4"/><stop offset="26%" stop-color="#9897c3"/><stop offset="29.71%" stop-color="#9695c1"/><stop offset="33.43%" stop-color="#9493c0"/><stop offset="37.14%" stop-color="#9191bf"/><stop offset="40.86%" stop-color="#8f8fbe"/><stop offset="44.57%" stop-color="#8d8dbc"/><stop offset="48.29%" stop-color="#8b8bbb"/><stop offset="52%" stop-color="#8989ba"/><stop offset="55.43%" stop-color="#8989ba"/><stop offset="58.86%" stop-color="#8989ba"/><stop offset="62.29%" stop-color="#8989ba"/><stop offset="65.71%" stop-color="#8989ba"/><stop offset="69.14%" stop-color="#8989ba"/><stop offset="72.57%" stop-color="#8989ba"/><stop offset="76%" stop-color="#8989ba"/><stop offset="79.43%" stop-color="#8989ba"/><stop offset="82.86%" stop-color="#8989ba"/><stop offset="86.29%" stop-color="#8989ba"/><stop offset="89.71%" stop-color="#8989ba"/><stop offset="93.14%" stop-color="#8989ba"/><stop offset="96.57%" stop-color="#8989ba"/><stop offset="100%" stop-color="#8989ba"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "polite-rumors": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.655,
            0.651,
            0.796
          ],
          "hex": "#a7a6cb"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.537,
            0.537,
            0.729
          ],
          "hex": "#8989ba"
        },
        "position": 0.52
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.537,
            0.537,
            0.729
          ],
          "hex": "#8989ba"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #a7a6cb 0%, #8989ba 52%, #8989ba 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Polite Rumors",
        "contrast": {
          "white": {
            "ratio": 2.344,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 6.351,
            "at": 0.52,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Polite Rumors (WebGradients, 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 Polite Rumors gradient (#a7a6cb, #8989ba, #8989ba), 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 WebGradients (MIT) — licences