Named gradient · WebGradients

Full Metal

Full Metal is a neutral gradient from WebGradients (MIT) — #d5dee7 → #e8ebf2 → #e2e7ed 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.43:1 · AA
white 1.19 failsblack 15.43 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.

sRGB72%
OKLab72%
OKLCH72%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(0deg, #d5dee7 0%, #d6dfe8 3.57%, #d8e0e9 7.14%, #d9e1e9 10.71%, #dae2ea 14.29%, #dce3eb 17.86%, #dde4ec 21.43%, #dee4ec 25%, #e0e5ed 28.57%, #e1e6ee 32.14%, #e3e7ef 35.71%, #e4e8f0 39.29%, #e5e9f0 42.86%, #e7eaf1 46.43%, #e8ebf2 50%, #e8ebf2 53.57%, #e7eaf1 57.14%, #e7eaf1 60.71%, #e6eaf1 64.29%, #e6eaf0 67.86%, #e5e9f0 71.43%, #e5e9ef 75%, #e5e9ef 78.57%, #e4e8ef 82.14%, #e4e8ee 85.71%, #e3e8ee 89.29%, #e3e8ee 92.86%, #e2e7ed 96.43%, #e2e7ed 100%);
  background-image: linear-gradient(0deg in oklab, #d5dee7 0%, #e8ebf2 50%, #e2e7ed 100%);
}
tailwind v4
bg-linear-to-t/oklab from-[#d5dee7] via-[#e8ebf2] to-[#e2e7ed]
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="#d5dee7"/><stop offset="3.57%" stop-color="#d6dfe8"/><stop offset="7.14%" stop-color="#d8e0e9"/><stop offset="10.71%" stop-color="#d9e1e9"/><stop offset="14.29%" stop-color="#dae2ea"/><stop offset="17.86%" stop-color="#dce3eb"/><stop offset="21.43%" stop-color="#dde4ec"/><stop offset="25%" stop-color="#dee4ec"/><stop offset="28.57%" stop-color="#e0e5ed"/><stop offset="32.14%" stop-color="#e1e6ee"/><stop offset="35.71%" stop-color="#e3e7ef"/><stop offset="39.29%" stop-color="#e4e8f0"/><stop offset="42.86%" stop-color="#e5e9f0"/><stop offset="46.43%" stop-color="#e7eaf1"/><stop offset="50%" stop-color="#e8ebf2"/><stop offset="53.57%" stop-color="#e8ebf2"/><stop offset="57.14%" stop-color="#e7eaf1"/><stop offset="60.71%" stop-color="#e7eaf1"/><stop offset="64.29%" stop-color="#e6eaf1"/><stop offset="67.86%" stop-color="#e6eaf0"/><stop offset="71.43%" stop-color="#e5e9f0"/><stop offset="75%" stop-color="#e5e9ef"/><stop offset="78.57%" stop-color="#e5e9ef"/><stop offset="82.14%" stop-color="#e4e8ef"/><stop offset="85.71%" stop-color="#e4e8ee"/><stop offset="89.29%" stop-color="#e3e8ee"/><stop offset="92.86%" stop-color="#e3e8ee"/><stop offset="96.43%" stop-color="#e2e7ed"/><stop offset="100%" stop-color="#e2e7ed"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "full-metal": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.835,
            0.871,
            0.906
          ],
          "hex": "#d5dee7"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.91,
            0.922,
            0.949
          ],
          "hex": "#e8ebf2"
        },
        "position": 0.5
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.886,
            0.906,
            0.929
          ],
          "hex": "#e2e7ed"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #d5dee7 0%, #e8ebf2 50%, #e2e7ed 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Full Metal",
        "contrast": {
          "white": {
            "ratio": 1.193,
            "at": 0.4921,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 15.432,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Full Metal (WebGradients, MIT), rendered in OKLab."
  }
}

Tagged

More neutral 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 Full Metal gradient (#d5dee7, #e8ebf2, #e2e7ed), 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