Named gradient · WebGradients

Ripe Malinka

Ripe Malinka is a purple gradient from WebGradients (MIT) — #f093fb → #f5576c 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 6.46:1 · AA
white 2.04 failsblack 6.46 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.

sRGB90%
OKLab88%
OKLCH94%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(120deg, #f093fb 0%, #f190f1 7.14%, #f18ce7 14.29%, #f289dd 21.43%, #f285d3 28.57%, #f381c9 35.71%, #f37dbf 42.86%, #f379b5 50%, #f475ab 57.14%, #f470a1 64.29%, #f46c96 71.43%, #f5678c 78.57%, #f56282 85.71%, #f55d77 92.86%, #f5576c 100%);
  background-image: linear-gradient(120deg in oklab, #f093fb 0%, #f5576c 100%);
}
tailwind v4
bg-linear-120/oklab from-[#f093fb] to-[#f5576c]
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="#f093fb"/><stop offset="7.14%" stop-color="#f190f1"/><stop offset="14.29%" stop-color="#f18ce7"/><stop offset="21.43%" stop-color="#f289dd"/><stop offset="28.57%" stop-color="#f285d3"/><stop offset="35.71%" stop-color="#f381c9"/><stop offset="42.86%" stop-color="#f37dbf"/><stop offset="50%" stop-color="#f379b5"/><stop offset="57.14%" stop-color="#f475ab"/><stop offset="64.29%" stop-color="#f470a1"/><stop offset="71.43%" stop-color="#f46c96"/><stop offset="78.57%" stop-color="#f5678c"/><stop offset="85.71%" stop-color="#f56282"/><stop offset="92.86%" stop-color="#f55d77"/><stop offset="100%" stop-color="#f5576c"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "ripe-malinka": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.941,
            0.576,
            0.984
          ],
          "hex": "#f093fb"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.961,
            0.341,
            0.424
          ],
          "hex": "#f5576c"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(120deg in oklab, #f093fb 0%, #f5576c 100%)",
        "interpolation": "oklab",
        "angle": 120,
        "name": "Ripe Malinka",
        "contrast": {
          "white": {
            "ratio": 2.044,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 6.462,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Ripe Malinka (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 Ripe Malinka gradient (#f093fb, #f5576c), 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