Named gradient · WebGradients

Forest Inei

Forest Inei is a pink gradient from WebGradients (MIT) — #df89b5 → #bfd9fe 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 8.38:1 · AA
white 1.44 failsblack 8.38 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.

sRGB60%
OKLab58%
OKLCH66%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(0deg, #df89b5 0%, #de8fba 7.14%, #dd95bf 14.29%, #db9bc4 21.43%, #d9a1c9 28.57%, #d8a7cf 35.71%, #d6acd4 42.86%, #d4b2d9 50%, #d1b8de 57.14%, #cfbde3 64.29%, #ccc3e9 71.43%, #c9c8ee 78.57%, #c6cef3 85.71%, #c3d4f9 92.86%, #bfd9fe 100%);
  background-image: linear-gradient(0deg in oklab, #df89b5 0%, #bfd9fe 100%);
}
tailwind v4
bg-linear-to-t/oklab from-[#df89b5] to-[#bfd9fe]
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="#df89b5"/><stop offset="7.14%" stop-color="#de8fba"/><stop offset="14.29%" stop-color="#dd95bf"/><stop offset="21.43%" stop-color="#db9bc4"/><stop offset="28.57%" stop-color="#d9a1c9"/><stop offset="35.71%" stop-color="#d8a7cf"/><stop offset="42.86%" stop-color="#d6acd4"/><stop offset="50%" stop-color="#d4b2d9"/><stop offset="57.14%" stop-color="#d1b8de"/><stop offset="64.29%" stop-color="#cfbde3"/><stop offset="71.43%" stop-color="#ccc3e9"/><stop offset="78.57%" stop-color="#c9c8ee"/><stop offset="85.71%" stop-color="#c6cef3"/><stop offset="92.86%" stop-color="#c3d4f9"/><stop offset="100%" stop-color="#bfd9fe"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "forest-inei": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.875,
            0.537,
            0.71
          ],
          "hex": "#df89b5"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.749,
            0.851,
            0.996
          ],
          "hex": "#bfd9fe"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #df89b5 0%, #bfd9fe 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Forest Inei",
        "contrast": {
          "white": {
            "ratio": 1.441,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 8.383,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Forest Inei (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 Forest Inei gradient (#df89b5, #bfd9fe), 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