Named gradient · WebGradients

Strict November

Strict November is a blue gradient from WebGradients (MIT) — #cbbacc → #2580b3 at 135°. 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 4.82:1 · AA
white 1.84 failsblack 4.82 AAbanding medium

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.

sRGB40%
OKLab41%
OKLCH43%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(135deg, #cbbacc 0%, #c1b6ca 7.14%, #b6b2c9 14.29%, #acaec7 21.43%, #a2aac6 28.57%, #97a6c4 35.71%, #8ca2c2 42.86%, #829ec0 50%, #779abf 57.14%, #6b96bd 64.29%, #6091bb 71.43%, #548db9 78.57%, #4689b7 85.71%, #3784b5 92.86%, #2580b3 100%);
  background-image: linear-gradient(135deg in oklab, #cbbacc 0%, #2580b3 100%);
}
tailwind v4
bg-linear-to-br/oklab from-[#cbbacc] to-[#2580b3]
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="210" y1="-210" x2="1230" y2="810"><stop offset="0%" stop-color="#cbbacc"/><stop offset="7.14%" stop-color="#c1b6ca"/><stop offset="14.29%" stop-color="#b6b2c9"/><stop offset="21.43%" stop-color="#acaec7"/><stop offset="28.57%" stop-color="#a2aac6"/><stop offset="35.71%" stop-color="#97a6c4"/><stop offset="42.86%" stop-color="#8ca2c2"/><stop offset="50%" stop-color="#829ec0"/><stop offset="57.14%" stop-color="#779abf"/><stop offset="64.29%" stop-color="#6b96bd"/><stop offset="71.43%" stop-color="#6091bb"/><stop offset="78.57%" stop-color="#548db9"/><stop offset="85.71%" stop-color="#4689b7"/><stop offset="92.86%" stop-color="#3784b5"/><stop offset="100%" stop-color="#2580b3"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "strict-november": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.796,
            0.729,
            0.8
          ],
          "hex": "#cbbacc"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.145,
            0.502,
            0.702
          ],
          "hex": "#2580b3"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(135deg in oklab, #cbbacc 0%, #2580b3 100%)",
        "interpolation": "oklab",
        "angle": 135,
        "name": "Strict November",
        "contrast": {
          "white": {
            "ratio": 1.837,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 4.817,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Strict November (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 Strict November gradient (#cbbacc, #2580b3), 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