Named gradient · WebGradients

Vicious Stance

Vicious Stance is a blue gradient from WebGradients (MIT) — #29323c → #485563 at 60°. 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
white text · worst 7.62:1 · AA
white 7.62 AAblack 1.62 failsbanding 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.

sRGB86%
OKLab86%
OKLCH86%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(60deg, #29323c 0%, #2b343f 7.14%, #2d3741 14.29%, #2f3944 21.43%, #323c47 28.57%, #343e4a 35.71%, #36414c 42.86%, #38434f 50%, #3a4652 57.14%, #3d4855 64.29%, #3f4b58 71.43%, #414d5a 78.57%, #43505d 85.71%, #465260 92.86%, #485563 100%);
  background-image: linear-gradient(60deg in oklab, #29323c 0%, #485563 100%);
}
tailwind v4
bg-linear-60/oklab from-[#29323c] to-[#485563]
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="50.0962" y1="686.7691" x2="1389.9038" y2="-86.7691"><stop offset="0%" stop-color="#29323c"/><stop offset="7.14%" stop-color="#2b343f"/><stop offset="14.29%" stop-color="#2d3741"/><stop offset="21.43%" stop-color="#2f3944"/><stop offset="28.57%" stop-color="#323c47"/><stop offset="35.71%" stop-color="#343e4a"/><stop offset="42.86%" stop-color="#36414c"/><stop offset="50%" stop-color="#38434f"/><stop offset="57.14%" stop-color="#3a4652"/><stop offset="64.29%" stop-color="#3d4855"/><stop offset="71.43%" stop-color="#3f4b58"/><stop offset="78.57%" stop-color="#414d5a"/><stop offset="85.71%" stop-color="#43505d"/><stop offset="92.86%" stop-color="#465260"/><stop offset="100%" stop-color="#485563"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "vicious-stance": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.161,
            0.196,
            0.235
          ],
          "hex": "#29323c"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.282,
            0.333,
            0.388
          ],
          "hex": "#485563"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(60deg in oklab, #29323c 0%, #485563 100%)",
        "interpolation": "oklab",
        "angle": 60,
        "name": "Vicious Stance",
        "contrast": {
          "white": {
            "ratio": 7.622,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "black": {
            "ratio": 1.616,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "suggestedInk": "#ffffff"
        }
      }
    },
    "$description": "Vicious Stance (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 Vicious Stance gradient (#29323c, #485563), 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