Named gradient · WebGradients

Ladoga Bottom

Ladoga Bottom is a purple gradient from WebGradients (MIT) — #ebc0fd → #d9ded8 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 13.48:1 · AA
white 1.36 failsblack 13.48 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.

sRGB0%
OKLab3%
OKLCH19%

Report

  • white ink: worst 1.36:1 at 98% (fails AA); black ink: worst 13.48:1 at 2% (AA) → use black text.
  • Banding high: ~39px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(0deg, #ebc0fd 0%, #eac2fa 7.14%, #e9c5f8 14.29%, #e7c7f5 21.43%, #e6c9f3 28.57%, #e5cbf0 35.71%, #e4cdee 42.86%, #e2d0eb 50%, #e1d2e8 57.14%, #e0d4e6 64.29%, #ded6e3 71.43%, #ddd8e0 78.57%, #dcdade 85.71%, #dadcdb 92.86%, #d9ded8 100%);
  background-image: linear-gradient(0deg in oklab, #ebc0fd 0%, #d9ded8 100%);
}
tailwind v4
bg-linear-to-t/oklab from-[#ebc0fd] to-[#d9ded8]
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="#ebc0fd"/><stop offset="7.14%" stop-color="#eac2fa"/><stop offset="14.29%" stop-color="#e9c5f8"/><stop offset="21.43%" stop-color="#e7c7f5"/><stop offset="28.57%" stop-color="#e6c9f3"/><stop offset="35.71%" stop-color="#e5cbf0"/><stop offset="42.86%" stop-color="#e4cdee"/><stop offset="50%" stop-color="#e2d0eb"/><stop offset="57.14%" stop-color="#e1d2e8"/><stop offset="64.29%" stop-color="#e0d4e6"/><stop offset="71.43%" stop-color="#ded6e3"/><stop offset="78.57%" stop-color="#ddd8e0"/><stop offset="85.71%" stop-color="#dcdade"/><stop offset="92.86%" stop-color="#dadcdb"/><stop offset="100%" stop-color="#d9ded8"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "ladoga-bottom": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.922,
            0.753,
            0.992
          ],
          "hex": "#ebc0fd"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.851,
            0.871,
            0.847
          ],
          "hex": "#d9ded8"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #ebc0fd 0%, #d9ded8 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Ladoga Bottom",
        "contrast": {
          "white": {
            "ratio": 1.364,
            "at": 0.9841,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 13.478,
            "at": 0.0154,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Ladoga Bottom (WebGradients, MIT), rendered in OKLab."
  }
}

Tagged

More purple 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 Ladoga Bottom gradient (#ebc0fd, #d9ded8), 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