Named gradient · uiGradients

DIMIGO

DIMIGO is a pink gradient from uiGradients (MIT) — #ec008c → #fc6767 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 4.95:1 · AA
white 2.89 failsblack 4.95 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.

sRGB84%
OKLab84%
OKLCH84%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #ec008c 0%, #ed168a 7.14%, #ee2388 14.29%, #f02c86 21.43%, #f13483 28.57%, #f23b81 35.71%, #f3417e 42.86%, #f4467c 50%, #f54c79 57.14%, #f65176 64.29%, #f85674 71.43%, #f95a71 78.57%, #fa5f6e 85.71%, #fb636a 92.86%, #fc6767 100%);
  background-image: linear-gradient(90deg in oklab, #ec008c 0%, #fc6767 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#ec008c] to-[#fc6767]
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="#ec008c"/><stop offset="7.14%" stop-color="#ed168a"/><stop offset="14.29%" stop-color="#ee2388"/><stop offset="21.43%" stop-color="#f02c86"/><stop offset="28.57%" stop-color="#f13483"/><stop offset="35.71%" stop-color="#f23b81"/><stop offset="42.86%" stop-color="#f3417e"/><stop offset="50%" stop-color="#f4467c"/><stop offset="57.14%" stop-color="#f54c79"/><stop offset="64.29%" stop-color="#f65176"/><stop offset="71.43%" stop-color="#f85674"/><stop offset="78.57%" stop-color="#f95a71"/><stop offset="85.71%" stop-color="#fa5f6e"/><stop offset="92.86%" stop-color="#fb636a"/><stop offset="100%" stop-color="#fc6767"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "dimigo": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.925,
            0,
            0.549
          ],
          "hex": "#ec008c"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.988,
            0.404,
            0.404
          ],
          "hex": "#fc6767"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #ec008c 0%, #fc6767 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "DIMIGO",
        "contrast": {
          "white": {
            "ratio": 2.887,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 4.945,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "DIMIGO (uiGradients, 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 DIMIGO gradient (#ec008c, #fc6767), 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 uiGradients (MIT) — licences