Named gradient · WebGradients

Juicy Peach

Juicy Peach is a red gradient from WebGradients (MIT) — #ffecd2 → #fcb69f at 90°. 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 12.33:1 · AA
white 1.16 failsblack 12.33 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%
OKLab62%
OKLCH62%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #ffecd2 0%, #ffe8ce 7.14%, #ffe4cb 14.29%, #ffe0c7 21.43%, #ffddc3 28.57%, #ffd9c0 35.71%, #ffd5bc 42.86%, #fed1b8 50%, #fecdb5 57.14%, #fec9b1 64.29%, #fec6ad 71.43%, #fdc2aa 78.57%, #fdbea6 85.71%, #fcbaa3 92.86%, #fcb69f 100%);
  background-image: linear-gradient(90deg in oklab, #ffecd2 0%, #fcb69f 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#ffecd2] to-[#fcb69f]
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="0" y1="300" x2="1440" y2="300"><stop offset="0%" stop-color="#ffecd2"/><stop offset="7.14%" stop-color="#ffe8ce"/><stop offset="14.29%" stop-color="#ffe4cb"/><stop offset="21.43%" stop-color="#ffe0c7"/><stop offset="28.57%" stop-color="#ffddc3"/><stop offset="35.71%" stop-color="#ffd9c0"/><stop offset="42.86%" stop-color="#ffd5bc"/><stop offset="50%" stop-color="#fed1b8"/><stop offset="57.14%" stop-color="#fecdb5"/><stop offset="64.29%" stop-color="#fec9b1"/><stop offset="71.43%" stop-color="#fec6ad"/><stop offset="78.57%" stop-color="#fdc2aa"/><stop offset="85.71%" stop-color="#fdbea6"/><stop offset="92.86%" stop-color="#fcbaa3"/><stop offset="100%" stop-color="#fcb69f"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "juicy-peach": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.925,
            0.824
          ],
          "hex": "#ffecd2"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.988,
            0.714,
            0.624
          ],
          "hex": "#fcb69f"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #ffecd2 0%, #fcb69f 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Juicy Peach",
        "contrast": {
          "white": {
            "ratio": 1.155,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 12.331,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Juicy Peach (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 Juicy Peach gradient (#ffecd2, #fcb69f), 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