Named gradient · uiGradients

Scooter

Scooter is a teal gradient from uiGradients (MIT) — #36d1dc → #5b86e5 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.99:1 · AA
white 1.86 failsblack 5.99 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.

sRGB85%
OKLab84%
OKLCH90%

Report

  • white ink: worst 1.86:1 at 1% (fails AA); black ink: worst 5.99: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, #36d1dc 0%, #3bccdd 7.14%, #3fc7de 14.29%, #43c1df 21.43%, #46bce0 28.57%, #49b7e0 35.71%, #4cb2e1 42.86%, #4face2 50%, #51a7e2 57.14%, #53a2e3 64.29%, #559ce3 71.43%, #5797e4 78.57%, #5891e4 85.71%, #5a8ce5 92.86%, #5b86e5 100%);
  background-image: linear-gradient(90deg in oklab, #36d1dc 0%, #5b86e5 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#36d1dc] to-[#5b86e5]
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="#36d1dc"/><stop offset="7.14%" stop-color="#3bccdd"/><stop offset="14.29%" stop-color="#3fc7de"/><stop offset="21.43%" stop-color="#43c1df"/><stop offset="28.57%" stop-color="#46bce0"/><stop offset="35.71%" stop-color="#49b7e0"/><stop offset="42.86%" stop-color="#4cb2e1"/><stop offset="50%" stop-color="#4face2"/><stop offset="57.14%" stop-color="#51a7e2"/><stop offset="64.29%" stop-color="#53a2e3"/><stop offset="71.43%" stop-color="#559ce3"/><stop offset="78.57%" stop-color="#5797e4"/><stop offset="85.71%" stop-color="#5891e4"/><stop offset="92.86%" stop-color="#5a8ce5"/><stop offset="100%" stop-color="#5b86e5"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "scooter": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.212,
            0.82,
            0.863
          ],
          "hex": "#36d1dc"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.357,
            0.525,
            0.898
          ],
          "hex": "#5b86e5"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #36d1dc 0%, #5b86e5 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Scooter",
        "contrast": {
          "white": {
            "ratio": 1.856,
            "at": 0.0069,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 5.986,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Scooter (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More teal 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 Scooter gradient (#36d1dc, #5b86e5), 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