Named gradient · uiGradients

Kimoby Is The New Blue

Kimoby Is The New Blue is a blue gradient from uiGradients (MIT) — #396afc → #2948ff 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
white text · worst 4.53:1 · AA
white 4.53 AAblack 3.46 AA largebanding 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.

sRGB91%
OKLab91%
OKLCH91%

Report

  • white ink: worst 4.53:1 at 0% (AA); black ink: worst 3.46:1 at 100% (AA-large only) → use white text.
  • Banding high: ~42px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #396afc 0%, #3868fc 7.14%, #3666fc 14.29%, #3564fd 21.43%, #3361fd 28.57%, #325ffd 35.71%, #315dfd 42.86%, #305afe 50%, #2f58fe 57.14%, #2e55fe 64.29%, #2c53fe 71.43%, #2c50fe 78.57%, #2b4eff 85.71%, #2a4bff 92.86%, #2948ff 100%);
  background-image: linear-gradient(90deg in oklab, #396afc 0%, #2948ff 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#396afc] to-[#2948ff]
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="#396afc"/><stop offset="7.14%" stop-color="#3868fc"/><stop offset="14.29%" stop-color="#3666fc"/><stop offset="21.43%" stop-color="#3564fd"/><stop offset="28.57%" stop-color="#3361fd"/><stop offset="35.71%" stop-color="#325ffd"/><stop offset="42.86%" stop-color="#315dfd"/><stop offset="50%" stop-color="#305afe"/><stop offset="57.14%" stop-color="#2f58fe"/><stop offset="64.29%" stop-color="#2e55fe"/><stop offset="71.43%" stop-color="#2c53fe"/><stop offset="78.57%" stop-color="#2c50fe"/><stop offset="85.71%" stop-color="#2b4eff"/><stop offset="92.86%" stop-color="#2a4bff"/><stop offset="100%" stop-color="#2948ff"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "kimoby-is-the-new-blue": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.224,
            0.416,
            0.988
          ],
          "hex": "#396afc"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.161,
            0.282,
            1
          ],
          "hex": "#2948ff"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #396afc 0%, #2948ff 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Kimoby Is The New Blue",
        "contrast": {
          "white": {
            "ratio": 4.525,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "black": {
            "ratio": 3.465,
            "at": 1,
            "passesAA": false,
            "passesAALarge": true
          },
          "suggestedInk": "#ffffff"
        }
      }
    },
    "$description": "Kimoby Is The New Blue (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 Kimoby Is The New Blue gradient (#396afc, #2948ff), 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