Named gradient · WebGradients

Confident Cloud

Confident Cloud is a purple gradient from WebGradients (MIT) — #dad4ec → #dad4ec → #f3e7e9 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 14.61:1 · AA
white 1.21 failsblack 14.61 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.

sRGB52%
OKLab52%
OKLCH57%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(0deg, #dad4ec 0%, #dad4ec 0.07%, #dad4ec 0.14%, #dad4ec 0.21%, #dad4ec 0.29%, #dad4ec 0.36%, #dad4ec 0.43%, #dad4ec 0.5%, #dad4ec 0.57%, #dad4ec 0.64%, #dad4ec 0.71%, #dad4ec 0.79%, #dad4ec 0.86%, #dad4ec 0.93%, #dad4ec 1%, #dcd5ec 8.07%, #ded7ec 15.14%, #dfd8eb 22.21%, #e1d9eb 29.29%, #e3dbeb 36.36%, #e5dceb 43.43%, #e6deeb 50.5%, #e8dfea 57.57%, #eae0ea 64.64%, #ece2ea 71.71%, #eee3ea 78.79%, #efe4ea 85.86%, #f1e6e9 92.93%, #f3e7e9 100%);
  background-image: linear-gradient(0deg in oklab, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
}
tailwind v4
bg-linear-to-t/oklab from-[#dad4ec] via-[#dad4ec] via-1% to-[#f3e7e9]
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="#dad4ec"/><stop offset="0.07%" stop-color="#dad4ec"/><stop offset="0.14%" stop-color="#dad4ec"/><stop offset="0.21%" stop-color="#dad4ec"/><stop offset="0.29%" stop-color="#dad4ec"/><stop offset="0.36%" stop-color="#dad4ec"/><stop offset="0.43%" stop-color="#dad4ec"/><stop offset="0.5%" stop-color="#dad4ec"/><stop offset="0.57%" stop-color="#dad4ec"/><stop offset="0.64%" stop-color="#dad4ec"/><stop offset="0.71%" stop-color="#dad4ec"/><stop offset="0.79%" stop-color="#dad4ec"/><stop offset="0.86%" stop-color="#dad4ec"/><stop offset="0.93%" stop-color="#dad4ec"/><stop offset="1%" stop-color="#dad4ec"/><stop offset="8.07%" stop-color="#dcd5ec"/><stop offset="15.14%" stop-color="#ded7ec"/><stop offset="22.21%" stop-color="#dfd8eb"/><stop offset="29.29%" stop-color="#e1d9eb"/><stop offset="36.36%" stop-color="#e3dbeb"/><stop offset="43.43%" stop-color="#e5dceb"/><stop offset="50.5%" stop-color="#e6deeb"/><stop offset="57.57%" stop-color="#e8dfea"/><stop offset="64.64%" stop-color="#eae0ea"/><stop offset="71.71%" stop-color="#ece2ea"/><stop offset="78.79%" stop-color="#eee3ea"/><stop offset="85.86%" stop-color="#efe4ea"/><stop offset="92.93%" stop-color="#f1e6e9"/><stop offset="100%" stop-color="#f3e7e9"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "confident-cloud": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.855,
            0.831,
            0.925
          ],
          "hex": "#dad4ec"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.855,
            0.831,
            0.925
          ],
          "hex": "#dad4ec"
        },
        "position": 0.01
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.953,
            0.906,
            0.914
          ],
          "hex": "#f3e7e9"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Confident Cloud",
        "contrast": {
          "white": {
            "ratio": 1.206,
            "at": 0.9841,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 14.61,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Confident Cloud (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 Confident Cloud gradient (#dad4ec, #dad4ec, #f3e7e9), 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