Named gradient · WebGradients

Raccoon Back

Raccoon Back is a blue gradient from WebGradients (MIT) — #bcc5ce → #929ead at 180°. 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 7.72:1 · AA
white 1.75 failsblack 7.72 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.

sRGB77%
OKLab77%
OKLCH77%

Report

  • white ink: worst 1.75:1 at 0% (fails AA); black ink: worst 7.72:1 at 97% (AA) → use black text.
  • Banding high: ~34px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(180deg, #bcc5ce 0%, #b9c2cc 7%, #b6bfc9 14%, #b3bdc7 21%, #b0bac4 28%, #adb7c2 35%, #aab4c0 42%, #a7b1bd 49%, #a4afbb 56%, #a1acb9 63%, #9ea9b6 70%, #9ba6b4 77%, #98a3b2 84%, #95a1af 91%, #929ead 98%);
  background-image: linear-gradient(180deg in oklab, #bcc5ce 0%, #929ead 98%);
}
tailwind v4
bg-linear-to-b/oklab from-[#bcc5ce] to-[#929ead] to-98%
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="0" x2="720" y2="600"><stop offset="0%" stop-color="#bcc5ce"/><stop offset="7%" stop-color="#b9c2cc"/><stop offset="14%" stop-color="#b6bfc9"/><stop offset="21%" stop-color="#b3bdc7"/><stop offset="28%" stop-color="#b0bac4"/><stop offset="35%" stop-color="#adb7c2"/><stop offset="42%" stop-color="#aab4c0"/><stop offset="49%" stop-color="#a7b1bd"/><stop offset="56%" stop-color="#a4afbb"/><stop offset="63%" stop-color="#a1acb9"/><stop offset="70%" stop-color="#9ea9b6"/><stop offset="77%" stop-color="#9ba6b4"/><stop offset="84%" stop-color="#98a3b2"/><stop offset="91%" stop-color="#95a1af"/><stop offset="98%" stop-color="#929ead"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "raccoon-back": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.737,
            0.773,
            0.808
          ],
          "hex": "#bcc5ce"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.573,
            0.62,
            0.678
          ],
          "hex": "#929ead"
        },
        "position": 0.98
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(180deg in oklab, #bcc5ce 0%, #929ead 98%)",
        "interpolation": "oklab",
        "angle": 180,
        "name": "Raccoon Back",
        "contrast": {
          "white": {
            "ratio": 1.748,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 7.716,
            "at": 0.9683,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Raccoon Back (WebGradients, MIT), rendered in OKLab."
  }
}

Tagged

More blue 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 Raccoon Back gradient (#bcc5ce, #929ead), 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