Named gradient · uiGradients

Blue Raspberry

Blue Raspberry is a blue gradient from uiGradients (MIT) — #00b4db → #0083b0 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.87:1 · AA
white 2.46 failsblack 4.87 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.

sRGB94%
OKLab94%
OKLCH94%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #00b4db 0%, #00b0d8 7.14%, #00add5 14.29%, #00a9d2 21.43%, #00a6cf 28.57%, #00a2cb 35.71%, #009fc8 42.86%, #009bc5 50%, #0098c2 57.14%, #0094bf 64.29%, #0091bc 71.43%, #008db9 78.57%, #008ab6 85.71%, #0086b3 92.86%, #0083b0 100%);
  background-image: linear-gradient(90deg in oklab, #00b4db 0%, #0083b0 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#00b4db] to-[#0083b0]
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="#00b4db"/><stop offset="7.14%" stop-color="#00b0d8"/><stop offset="14.29%" stop-color="#00add5"/><stop offset="21.43%" stop-color="#00a9d2"/><stop offset="28.57%" stop-color="#00a6cf"/><stop offset="35.71%" stop-color="#00a2cb"/><stop offset="42.86%" stop-color="#009fc8"/><stop offset="50%" stop-color="#009bc5"/><stop offset="57.14%" stop-color="#0098c2"/><stop offset="64.29%" stop-color="#0094bf"/><stop offset="71.43%" stop-color="#0091bc"/><stop offset="78.57%" stop-color="#008db9"/><stop offset="85.71%" stop-color="#008ab6"/><stop offset="92.86%" stop-color="#0086b3"/><stop offset="100%" stop-color="#0083b0"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "blue-raspberry": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0,
            0.706,
            0.859
          ],
          "hex": "#00b4db"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0,
            0.514,
            0.69
          ],
          "hex": "#0083b0"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #00b4db 0%, #0083b0 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Blue Raspberry",
        "contrast": {
          "white": {
            "ratio": 2.455,
            "at": 0.0098,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 4.873,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Blue Raspberry (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More blue 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 Blue Raspberry gradient (#00b4db, #0083b0), 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