Named gradient · uiGradients

Blue Skies

Blue Skies is a blue gradient from uiGradients (MIT) — #56ccf2 → #2f80ed 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 5.43:1 · AA
white 1.86 failsblack 5.43 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.

sRGB79%
OKLab79%
OKLCH79%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #56ccf2 0%, #53c7f2 7.14%, #4fc1f2 14.29%, #4cbcf2 21.43%, #49b7f1 28.57%, #45b2f1 35.71%, #42acf1 42.86%, #3fa7f1 50%, #3da1f0 57.14%, #3a9cf0 64.29%, #3796ef 71.43%, #3591ef 78.57%, #338bee 85.71%, #3186ee 92.86%, #2f80ed 100%);
  background-image: linear-gradient(90deg in oklab, #56ccf2 0%, #2f80ed 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#56ccf2] to-[#2f80ed]
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="#56ccf2"/><stop offset="7.14%" stop-color="#53c7f2"/><stop offset="14.29%" stop-color="#4fc1f2"/><stop offset="21.43%" stop-color="#4cbcf2"/><stop offset="28.57%" stop-color="#49b7f1"/><stop offset="35.71%" stop-color="#45b2f1"/><stop offset="42.86%" stop-color="#42acf1"/><stop offset="50%" stop-color="#3fa7f1"/><stop offset="57.14%" stop-color="#3da1f0"/><stop offset="64.29%" stop-color="#3a9cf0"/><stop offset="71.43%" stop-color="#3796ef"/><stop offset="78.57%" stop-color="#3591ef"/><stop offset="85.71%" stop-color="#338bee"/><stop offset="92.86%" stop-color="#3186ee"/><stop offset="100%" stop-color="#2f80ed"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "blue-skies": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.337,
            0.8,
            0.949
          ],
          "hex": "#56ccf2"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.184,
            0.502,
            0.929
          ],
          "hex": "#2f80ed"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #56ccf2 0%, #2f80ed 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Blue Skies",
        "contrast": {
          "white": {
            "ratio": 1.856,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 5.431,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Blue Skies (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 Skies gradient (#56ccf2, #2f80ed), 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