Named gradient · WebGradients

Child Care

Child Care is a pink gradient from WebGradients (MIT) — #f794a4 → #fdd6bd at 340°. 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 9.73:1 · AA
white 1.35 failsblack 9.73 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.

sRGB63%
OKLab63%
OKLCH63%

Report

  • white ink: worst 1.35:1 at 100% (fails AA); black ink: worst 9.73:1 at 0% (AA) → use black text.
  • Banding high: ~22px bands at 1440px — add grain 43 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(340deg, #f794a4 0%, #f899a6 7.14%, #f89ea8 14.29%, #f9a2a9 21.43%, #faa7ab 28.57%, #faacad 35.71%, #fbb1af 42.86%, #fbb5b1 50%, #fcbab2 57.14%, #fcbfb4 64.29%, #fcc3b6 71.43%, #fdc8b8 78.57%, #fdcdb9 85.71%, #fdd1bb 92.86%, #fdd6bd 100%);
  background-image: linear-gradient(340deg in oklab, #f794a4 0%, #fdd6bd 100%);
}
tailwind v4
bg-linear-340/oklab from-[#f794a4] to-[#fdd6bd]
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="900.6421" y1="796.3102" x2="539.3579" y2="-196.3102"><stop offset="0%" stop-color="#f794a4"/><stop offset="7.14%" stop-color="#f899a6"/><stop offset="14.29%" stop-color="#f89ea8"/><stop offset="21.43%" stop-color="#f9a2a9"/><stop offset="28.57%" stop-color="#faa7ab"/><stop offset="35.71%" stop-color="#faacad"/><stop offset="42.86%" stop-color="#fbb1af"/><stop offset="50%" stop-color="#fbb5b1"/><stop offset="57.14%" stop-color="#fcbab2"/><stop offset="64.29%" stop-color="#fcbfb4"/><stop offset="71.43%" stop-color="#fcc3b6"/><stop offset="78.57%" stop-color="#fdc8b8"/><stop offset="85.71%" stop-color="#fdcdb9"/><stop offset="92.86%" stop-color="#fdd1bb"/><stop offset="100%" stop-color="#fdd6bd"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "child-care": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.969,
            0.58,
            0.643
          ],
          "hex": "#f794a4"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.992,
            0.839,
            0.741
          ],
          "hex": "#fdd6bd"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(340deg in oklab, #f794a4 0%, #fdd6bd 100%)",
        "interpolation": "oklab",
        "angle": 340,
        "name": "Child Care",
        "contrast": {
          "white": {
            "ratio": 1.352,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 9.727,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Child Care (WebGradients, MIT), rendered in OKLab."
  }
}

Tagged

More pink 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 Child Care gradient (#f794a4, #fdd6bd), 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