Named gradient · WebGradients

Star Wine

Star Wine is a pink gradient from WebGradients (MIT) — #b8cbb8 → #b465da → #cf6cc9 → #ee609c → #ee609c 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 5.83:1 · AA
white 1.71 failsblack 5.83 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.

sRGB31%
OKLab31%
OKLCH31%

Report

  • white ink: worst 1.71:1 at 0% (fails AA); black ink: worst 5.83:1 at 2% (AA) → use black text.
  • Banding high: ~11px bands at 1440px — add grain 22 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(0deg, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #b666d9 2.36%, #b866d8 4.71%, #ba67d6 7.07%, #bc67d5 9.43%, #be68d4 11.79%, #bf68d3 14.14%, #c169d2 16.5%, #c369d0 18.86%, #c56acf 21.21%, #c76ace 23.57%, #c96bcd 25.93%, #cb6bcc 28.29%, #cd6cca 30.64%, #cf6cc9 33%, #d16bc6 35.36%, #d36bc3 37.71%, #d66ac0 40.07%, #d86abc 42.43%, #da69b9 44.79%, #dc68b6 47.14%, #df67b3 49.5%, #e166b0 51.86%, #e365ac 54.21%, #e564a9 56.57%, #e763a6 58.93%, #ea62a3 61.29%, #ec619f 63.64%, #ee609c 66%, #ee609c 68.43%, #ee609c 70.86%, #ee609c 73.29%, #ee609c 75.71%, #ee609c 78.14%, #ee609c 80.57%, #ee609c 83%, #ee609c 85.43%, #ee609c 87.86%, #ee609c 90.29%, #ee609c 92.71%, #ee609c 95.14%, #ee609c 97.57%, #ee609c 100%);
  background-image: linear-gradient(0deg in oklab, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}
tailwind v4
bg-[linear-gradient(0deg_in_oklab,#b8cbb8_0%,#b465da_0%,#cf6cc9_33%,#ee609c_66%,#ee609c_100%)]
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="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b8cbb8"/><stop offset="0%" stop-color="#b465da"/><stop offset="2.36%" stop-color="#b666d9"/><stop offset="4.71%" stop-color="#b866d8"/><stop offset="7.07%" stop-color="#ba67d6"/><stop offset="9.43%" stop-color="#bc67d5"/><stop offset="11.79%" stop-color="#be68d4"/><stop offset="14.14%" stop-color="#bf68d3"/><stop offset="16.5%" stop-color="#c169d2"/><stop offset="18.86%" stop-color="#c369d0"/><stop offset="21.21%" stop-color="#c56acf"/><stop offset="23.57%" stop-color="#c76ace"/><stop offset="25.93%" stop-color="#c96bcd"/><stop offset="28.29%" stop-color="#cb6bcc"/><stop offset="30.64%" stop-color="#cd6cca"/><stop offset="33%" stop-color="#cf6cc9"/><stop offset="35.36%" stop-color="#d16bc6"/><stop offset="37.71%" stop-color="#d36bc3"/><stop offset="40.07%" stop-color="#d66ac0"/><stop offset="42.43%" stop-color="#d86abc"/><stop offset="44.79%" stop-color="#da69b9"/><stop offset="47.14%" stop-color="#dc68b6"/><stop offset="49.5%" stop-color="#df67b3"/><stop offset="51.86%" stop-color="#e166b0"/><stop offset="54.21%" stop-color="#e365ac"/><stop offset="56.57%" stop-color="#e564a9"/><stop offset="58.93%" stop-color="#e763a6"/><stop offset="61.29%" stop-color="#ea62a3"/><stop offset="63.64%" stop-color="#ec619f"/><stop offset="66%" stop-color="#ee609c"/><stop offset="68.43%" stop-color="#ee609c"/><stop offset="70.86%" stop-color="#ee609c"/><stop offset="73.29%" stop-color="#ee609c"/><stop offset="75.71%" stop-color="#ee609c"/><stop offset="78.14%" stop-color="#ee609c"/><stop offset="80.57%" stop-color="#ee609c"/><stop offset="83%" stop-color="#ee609c"/><stop offset="85.43%" stop-color="#ee609c"/><stop offset="87.86%" stop-color="#ee609c"/><stop offset="90.29%" stop-color="#ee609c"/><stop offset="92.71%" stop-color="#ee609c"/><stop offset="95.14%" stop-color="#ee609c"/><stop offset="97.57%" stop-color="#ee609c"/><stop offset="100%" stop-color="#ee609c"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "star-wine": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.722,
            0.796,
            0.722
          ],
          "hex": "#b8cbb8"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.706,
            0.396,
            0.855
          ],
          "hex": "#b465da"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.812,
            0.424,
            0.788
          ],
          "hex": "#cf6cc9"
        },
        "position": 0.33
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.933,
            0.376,
            0.612
          ],
          "hex": "#ee609c"
        },
        "position": 0.66
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.933,
            0.376,
            0.612
          ],
          "hex": "#ee609c"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Star Wine",
        "contrast": {
          "white": {
            "ratio": 1.711,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 5.828,
            "at": 0.0159,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Star Wine (WebGradients, 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 Star Wine gradient (#b8cbb8, #b465da, #cf6cc9, #ee609c, #ee609c), 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