Named gradient · WebGradients

Rare Wind

Rare Wind is a pink gradient from WebGradients (MIT) — #a8edea → #fed6e3 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 15.89:1 · AA
white 1.31 failsblack 15.89 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.

sRGB17%
OKLab14%
OKLCH79%

Report

  • white ink: worst 1.31:1 at 17% (fails AA); black ink: worst 15.89:1 at 79% (AA) → use black text.
  • Banding high: ~17px bands at 1440px — add grain 34 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(0deg, #a8edea 0%, #b0ecea 7.14%, #b7eae9 14.29%, #bee9e9 21.43%, #c4e7e8 28.57%, #cbe6e8 35.71%, #d1e4e7 42.86%, #d7e2e7 50%, #dde1e6 57.14%, #e3dfe6 64.29%, #e9dde5 71.43%, #eedce5 78.57%, #f3dae4 85.71%, #f9d8e4 92.86%, #fed6e3 100%);
  background-image: linear-gradient(0deg in oklab, #a8edea 0%, #fed6e3 100%);
}
tailwind v4
bg-linear-to-t/oklab from-[#a8edea] to-[#fed6e3]
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="#a8edea"/><stop offset="7.14%" stop-color="#b0ecea"/><stop offset="14.29%" stop-color="#b7eae9"/><stop offset="21.43%" stop-color="#bee9e9"/><stop offset="28.57%" stop-color="#c4e7e8"/><stop offset="35.71%" stop-color="#cbe6e8"/><stop offset="42.86%" stop-color="#d1e4e7"/><stop offset="50%" stop-color="#d7e2e7"/><stop offset="57.14%" stop-color="#dde1e6"/><stop offset="64.29%" stop-color="#e3dfe6"/><stop offset="71.43%" stop-color="#e9dde5"/><stop offset="78.57%" stop-color="#eedce5"/><stop offset="85.71%" stop-color="#f3dae4"/><stop offset="92.86%" stop-color="#f9d8e4"/><stop offset="100%" stop-color="#fed6e3"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "rare-wind": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.659,
            0.929,
            0.918
          ],
          "hex": "#a8edea"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.996,
            0.839,
            0.89
          ],
          "hex": "#fed6e3"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #a8edea 0%, #fed6e3 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Rare Wind",
        "contrast": {
          "white": {
            "ratio": 1.31,
            "at": 0.1716,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 15.888,
            "at": 0.7915,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Rare Wind (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 Rare Wind gradient (#a8edea, #fed6e3), 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