Named gradient · uiGradients

Bora Bora

Bora Bora is a blue gradient from uiGradients (MIT) — #2bc0e4 → #eaecc6 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 9.76:1 · AA
white 1.21 failsblack 9.76 AAbanding 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.

sRGB49%
OKLab44%
OKLCH56%

Report

  • white ink: worst 1.21:1 at 100% (fails AA); black ink: worst 9.76:1 at 0% (AA) → use black text.
  • Banding medium: ~8px bands at 1440px — add grain 15 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #2bc0e4 0%, #45c4e2 7.14%, #58c7e1 14.29%, #68cadf 21.43%, #76cedd 28.57%, #84d1db 35.71%, #90d4d9 42.86%, #9dd7d7 50%, #a8dbd5 57.14%, #b4ded3 64.29%, #bfe1d1 71.43%, #cae4ce 78.57%, #d5e6cc 85.71%, #dfe9c9 92.86%, #eaecc6 100%);
  background-image: linear-gradient(90deg in oklab, #2bc0e4 0%, #eaecc6 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#2bc0e4] to-[#eaecc6]
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="#2bc0e4"/><stop offset="7.14%" stop-color="#45c4e2"/><stop offset="14.29%" stop-color="#58c7e1"/><stop offset="21.43%" stop-color="#68cadf"/><stop offset="28.57%" stop-color="#76cedd"/><stop offset="35.71%" stop-color="#84d1db"/><stop offset="42.86%" stop-color="#90d4d9"/><stop offset="50%" stop-color="#9dd7d7"/><stop offset="57.14%" stop-color="#a8dbd5"/><stop offset="64.29%" stop-color="#b4ded3"/><stop offset="71.43%" stop-color="#bfe1d1"/><stop offset="78.57%" stop-color="#cae4ce"/><stop offset="85.71%" stop-color="#d5e6cc"/><stop offset="92.86%" stop-color="#dfe9c9"/><stop offset="100%" stop-color="#eaecc6"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "bora-bora": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.169,
            0.753,
            0.894
          ],
          "hex": "#2bc0e4"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.918,
            0.925,
            0.776
          ],
          "hex": "#eaecc6"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #2bc0e4 0%, #eaecc6 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Bora Bora",
        "contrast": {
          "white": {
            "ratio": 1.213,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 9.763,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Bora Bora (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 Bora Bora gradient (#2bc0e4, #eaecc6), 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