Named gradient · WebGradients

Angel Care

Angel Care is a red gradient from WebGradients (MIT) — #ffe29f → #ffa99f → #ff719a at 135°. 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.08:1 · AA
white 1.26 failsblack 8.08 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.

sRGB62%
OKLab61%
OKLCH68%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(135deg, #ffe29f 0%, #ffde9f 3.43%, #ffda9f 6.86%, #ffd69f 10.29%, #ffd29f 13.71%, #ffcea0 17.14%, #ffcaa0 20.57%, #ffc6a0 24%, #ffc2a0 27.43%, #ffbea0 30.86%, #ffba9f 34.29%, #ffb69f 37.71%, #ffb19f 41.14%, #ffad9f 44.57%, #ffa99f 48%, #ffa59f 51.71%, #ffa29e 55.43%, #ff9e9e 59.14%, #ff9a9e 62.86%, #ff969d 66.57%, #ff929d 70.29%, #ff8e9d 74%, #ff8a9c 77.71%, #ff869c 81.43%, #ff829c 85.14%, #ff7e9b 88.86%, #ff7a9b 92.57%, #ff759a 96.29%, #ff719a 100%);
  background-image: linear-gradient(135deg in oklab, #ffe29f 0%, #ffa99f 48%, #ff719a 100%);
}
tailwind v4
bg-linear-to-br/oklab from-[#ffe29f] via-[#ffa99f] via-48% to-[#ff719a]
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="210" y1="-210" x2="1230" y2="810"><stop offset="0%" stop-color="#ffe29f"/><stop offset="3.43%" stop-color="#ffde9f"/><stop offset="6.86%" stop-color="#ffda9f"/><stop offset="10.29%" stop-color="#ffd69f"/><stop offset="13.71%" stop-color="#ffd29f"/><stop offset="17.14%" stop-color="#ffcea0"/><stop offset="20.57%" stop-color="#ffcaa0"/><stop offset="24%" stop-color="#ffc6a0"/><stop offset="27.43%" stop-color="#ffc2a0"/><stop offset="30.86%" stop-color="#ffbea0"/><stop offset="34.29%" stop-color="#ffba9f"/><stop offset="37.71%" stop-color="#ffb69f"/><stop offset="41.14%" stop-color="#ffb19f"/><stop offset="44.57%" stop-color="#ffad9f"/><stop offset="48%" stop-color="#ffa99f"/><stop offset="51.71%" stop-color="#ffa59f"/><stop offset="55.43%" stop-color="#ffa29e"/><stop offset="59.14%" stop-color="#ff9e9e"/><stop offset="62.86%" stop-color="#ff9a9e"/><stop offset="66.57%" stop-color="#ff969d"/><stop offset="70.29%" stop-color="#ff929d"/><stop offset="74%" stop-color="#ff8e9d"/><stop offset="77.71%" stop-color="#ff8a9c"/><stop offset="81.43%" stop-color="#ff869c"/><stop offset="85.14%" stop-color="#ff829c"/><stop offset="88.86%" stop-color="#ff7e9b"/><stop offset="92.57%" stop-color="#ff7a9b"/><stop offset="96.29%" stop-color="#ff759a"/><stop offset="100%" stop-color="#ff719a"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "angel-care": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.886,
            0.624
          ],
          "hex": "#ffe29f"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.663,
            0.624
          ],
          "hex": "#ffa99f"
        },
        "position": 0.48
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.443,
            0.604
          ],
          "hex": "#ff719a"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(135deg in oklab, #ffe29f 0%, #ffa99f 48%, #ff719a 100%)",
        "interpolation": "oklab",
        "angle": 135,
        "name": "Angel Care",
        "contrast": {
          "white": {
            "ratio": 1.263,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 8.081,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Angel Care (WebGradients, MIT), rendered in OKLab."
  }
}

Tagged

More red 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 Angel Care gradient (#ffe29f, #ffa99f, #ff719a), 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