Named gradient · uiGradients

Minnesota Vikings

Minnesota Vikings is a purple gradient from uiGradients (MIT) — #5614b0 → #dbd65c 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 2.12:1 · fails
white 1.52 failsblack 2.12 failsbanding medium

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.

sRGB22%
OKLab5%
OKLCH80%

Report

  • white ink: worst 1.52:1 at 100% (fails AA); black ink: worst 2.12:1 at 0% (fails AA) → use black text.
  • Neither ink passes AA at the worst point — treat as decorative or add a scrim (rgba(0,0,0,.35) typically lifts white ink past 4:1).
  • Banding medium: ~7px bands at 1440px — add grain 14 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #5614b0 0%, #5c30af 7.14%, #6342ad 14.29%, #6b51aa 21.43%, #735fa8 28.57%, #7c6ca5 35.71%, #8579a1 42.86%, #8f859c 50%, #999197 57.14%, #a39d91 64.29%, #aea88a 71.43%, #b9b482 78.57%, #c4bf78 85.71%, #cfcb6c 92.86%, #dbd65c 100%);
  background-image: linear-gradient(90deg in oklab, #5614b0 0%, #dbd65c 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#5614b0] to-[#dbd65c]
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="#5614b0"/><stop offset="7.14%" stop-color="#5c30af"/><stop offset="14.29%" stop-color="#6342ad"/><stop offset="21.43%" stop-color="#6b51aa"/><stop offset="28.57%" stop-color="#735fa8"/><stop offset="35.71%" stop-color="#7c6ca5"/><stop offset="42.86%" stop-color="#8579a1"/><stop offset="50%" stop-color="#8f859c"/><stop offset="57.14%" stop-color="#999197"/><stop offset="64.29%" stop-color="#a39d91"/><stop offset="71.43%" stop-color="#aea88a"/><stop offset="78.57%" stop-color="#b9b482"/><stop offset="85.71%" stop-color="#c4bf78"/><stop offset="92.86%" stop-color="#cfcb6c"/><stop offset="100%" stop-color="#dbd65c"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "minnesota-vikings": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.337,
            0.078,
            0.69
          ],
          "hex": "#5614b0"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.859,
            0.839,
            0.361
          ],
          "hex": "#dbd65c"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #5614b0 0%, #dbd65c 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Minnesota Vikings",
        "contrast": {
          "white": {
            "ratio": 1.523,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 2.123,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Minnesota Vikings (uiGradients, 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 Minnesota Vikings gradient (#5614b0, #dbd65c), 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