Named gradient · uiGradients

Sea Weed

Sea Weed is a teal gradient from uiGradients (MIT) — #4cb8c4 → #3cd3ad 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 8.96:1 · AA
white 1.89 failsblack 8.96 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.

sRGB84%
OKLab84%
OKLCH84%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #4cb8c4 0%, #4bbac3 7.14%, #4abcc1 14.29%, #49bebf 21.43%, #48c0be 28.57%, #47c2bc 35.71%, #46c4bb 42.86%, #45c6b9 50%, #44c8b7 57.14%, #42cab6 64.29%, #41cbb4 71.43%, #40cdb2 78.57%, #3fcfb1 85.71%, #3dd1af 92.86%, #3cd3ad 100%);
  background-image: linear-gradient(90deg in oklab, #4cb8c4 0%, #3cd3ad 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#4cb8c4] to-[#3cd3ad]
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="#4cb8c4"/><stop offset="7.14%" stop-color="#4bbac3"/><stop offset="14.29%" stop-color="#4abcc1"/><stop offset="21.43%" stop-color="#49bebf"/><stop offset="28.57%" stop-color="#48c0be"/><stop offset="35.71%" stop-color="#47c2bc"/><stop offset="42.86%" stop-color="#46c4bb"/><stop offset="50%" stop-color="#45c6b9"/><stop offset="57.14%" stop-color="#44c8b7"/><stop offset="64.29%" stop-color="#42cab6"/><stop offset="71.43%" stop-color="#41cbb4"/><stop offset="78.57%" stop-color="#40cdb2"/><stop offset="85.71%" stop-color="#3fcfb1"/><stop offset="92.86%" stop-color="#3dd1af"/><stop offset="100%" stop-color="#3cd3ad"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "sea-weed": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.298,
            0.722,
            0.769
          ],
          "hex": "#4cb8c4"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.235,
            0.827,
            0.678
          ],
          "hex": "#3cd3ad"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #4cb8c4 0%, #3cd3ad 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Sea Weed",
        "contrast": {
          "white": {
            "ratio": 1.89,
            "at": 0.9841,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 8.961,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Sea Weed (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 Sea Weed gradient (#4cb8c4, #3cd3ad), 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