Named gradient · WebGradients

Seashore

Seashore is a blue gradient from WebGradients (MIT) — #209cff → #68e0cf at 0°. 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.26:1 · AA
white 1.60 failsblack 7.26 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.

sRGB74%
OKLab75%
OKLCH77%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(0deg, #209cff 0%, #25a1fc 7.14%, #2aa7f9 14.29%, #2facf6 21.43%, #34b1f3 28.57%, #39b6f0 35.71%, #3ebbed 42.86%, #43c0e9 50%, #49c4e6 57.14%, #4ec9e3 64.29%, #53cedf 71.43%, #58d2db 78.57%, #5dd7d7 85.71%, #63dcd3 92.86%, #68e0cf 100%);
  background-image: linear-gradient(0deg in oklab, #209cff 0%, #68e0cf 100%);
}
tailwind v4
bg-linear-to-t/oklab from-[#209cff] to-[#68e0cf]
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="720" y1="600" x2="720" y2="0"><stop offset="0%" stop-color="#209cff"/><stop offset="7.14%" stop-color="#25a1fc"/><stop offset="14.29%" stop-color="#2aa7f9"/><stop offset="21.43%" stop-color="#2facf6"/><stop offset="28.57%" stop-color="#34b1f3"/><stop offset="35.71%" stop-color="#39b6f0"/><stop offset="42.86%" stop-color="#3ebbed"/><stop offset="50%" stop-color="#43c0e9"/><stop offset="57.14%" stop-color="#49c4e6"/><stop offset="64.29%" stop-color="#4ec9e3"/><stop offset="71.43%" stop-color="#53cedf"/><stop offset="78.57%" stop-color="#58d2db"/><stop offset="85.71%" stop-color="#5dd7d7"/><stop offset="92.86%" stop-color="#63dcd3"/><stop offset="100%" stop-color="#68e0cf"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "seashore": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.125,
            0.612,
            1
          ],
          "hex": "#209cff"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.408,
            0.878,
            0.812
          ],
          "hex": "#68e0cf"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #209cff 0%, #68e0cf 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Seashore",
        "contrast": {
          "white": {
            "ratio": 1.597,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 7.261,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Seashore (WebGradients, 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 Seashore gradient (#209cff, #68e0cf), 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 WebGradients (MIT) — licences