Named gradient · WebGradients

Amy Crisp

Amy Crisp is a blue gradient from WebGradients (MIT) — #a6c0fe → #f68084 at 120°. 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 8.34:1 · AA
white 1.81 failsblack 8.34 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.

sRGB54%
OKLab51%
OKLCH78%

Report

  • white ink: worst 1.81:1 at 1% (fails AA); black ink: worst 8.34:1 at 100% (AA) → use black text.
  • Banding high: ~12px bands at 1440px — add grain 25 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #aebcf5 7.14%, #b5b9ed 14.29%, #bcb5e4 21.43%, #c3b1dc 28.57%, #c9add3 35.71%, #cfa8cb 42.86%, #d4a4c2 50%, #da9fba 57.14%, #df9bb1 64.29%, #e496a8 71.43%, #e9919f 78.57%, #ed8b96 85.71%, #f2868d 92.86%, #f68084 100%);
  background-image: linear-gradient(120deg in oklab, #a6c0fe 0%, #f68084 100%);
}
tailwind v4
bg-linear-120/oklab from-[#a6c0fe] to-[#f68084]
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="-86.7691" x2="1389.9038" y2="686.7691"><stop offset="0%" stop-color="#a6c0fe"/><stop offset="7.14%" stop-color="#aebcf5"/><stop offset="14.29%" stop-color="#b5b9ed"/><stop offset="21.43%" stop-color="#bcb5e4"/><stop offset="28.57%" stop-color="#c3b1dc"/><stop offset="35.71%" stop-color="#c9add3"/><stop offset="42.86%" stop-color="#cfa8cb"/><stop offset="50%" stop-color="#d4a4c2"/><stop offset="57.14%" stop-color="#da9fba"/><stop offset="64.29%" stop-color="#df9bb1"/><stop offset="71.43%" stop-color="#e496a8"/><stop offset="78.57%" stop-color="#e9919f"/><stop offset="85.71%" stop-color="#ed8b96"/><stop offset="92.86%" stop-color="#f2868d"/><stop offset="100%" stop-color="#f68084"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "amy-crisp": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.651,
            0.753,
            0.996
          ],
          "hex": "#a6c0fe"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.965,
            0.502,
            0.518
          ],
          "hex": "#f68084"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(120deg in oklab, #a6c0fe 0%, #f68084 100%)",
        "interpolation": "oklab",
        "angle": 120,
        "name": "Amy Crisp",
        "contrast": {
          "white": {
            "ratio": 1.81,
            "at": 0.0099,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 8.339,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Amy Crisp (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 Amy Crisp gradient (#a6c0fe, #f68084), 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