Named gradient · uiGradients

Green Beach

Green Beach is a teal gradient from uiGradients (MIT) — #02aab0 → #00cdac 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 7.38:1 · AA
white 2.03 failsblack 7.38 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.

sRGB89%
OKLab89%
OKLCH89%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #02aab0 0%, #01acb0 7.14%, #01afb0 14.29%, #01b2af 21.43%, #00b4af 28.57%, #00b6af 35.71%, #00b9af 42.86%, #00bbae 50%, #00beae 57.14%, #00c0ae 64.29%, #00c3ad 71.43%, #00c5ad 78.57%, #00c8ad 85.71%, #00caac 92.86%, #00cdac 100%);
  background-image: linear-gradient(90deg in oklab, #02aab0 0%, #00cdac 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#02aab0] to-[#00cdac]
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="#02aab0"/><stop offset="7.14%" stop-color="#01acb0"/><stop offset="14.29%" stop-color="#01afb0"/><stop offset="21.43%" stop-color="#01b2af"/><stop offset="28.57%" stop-color="#00b4af"/><stop offset="35.71%" stop-color="#00b6af"/><stop offset="42.86%" stop-color="#00b9af"/><stop offset="50%" stop-color="#00bbae"/><stop offset="57.14%" stop-color="#00beae"/><stop offset="64.29%" stop-color="#00c0ae"/><stop offset="71.43%" stop-color="#00c3ad"/><stop offset="78.57%" stop-color="#00c5ad"/><stop offset="85.71%" stop-color="#00c8ad"/><stop offset="92.86%" stop-color="#00caac"/><stop offset="100%" stop-color="#00cdac"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "green-beach": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.008,
            0.667,
            0.69
          ],
          "hex": "#02aab0"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0,
            0.804,
            0.675
          ],
          "hex": "#00cdac"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #02aab0 0%, #00cdac 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Green Beach",
        "contrast": {
          "white": {
            "ratio": 2.033,
            "at": 0.9993,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 7.379,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Green Beach (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 Green Beach gradient (#02aab0, #00cdac), 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