Named gradient · WebGradients

Over Sun

Over Sun is a teal gradient from WebGradients (MIT) — #abecd6 → #fbed96 at 60°. 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 15.70:1 · AA
white 1.19 failsblack 15.70 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.

sRGB76%
OKLab75%
OKLCH80%

Report

  • white ink: worst 1.19:1 at 100% (fails AA); black ink: worst 15.70:1 at 0% (AA) → use black text.
  • Banding high: ~18px bands at 1440px — add grain 36 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(60deg, #abecd6 0%, #b1ecd2 7.14%, #b8edce 14.29%, #beedca 21.43%, #c4edc6 28.57%, #caedc1 35.71%, #cfedbd 42.86%, #d5edb8 50%, #dbedb4 57.14%, #e0edaf 64.29%, #e6edaa 71.43%, #ebeda6 78.57%, #f0eda1 85.71%, #f6ed9b 92.86%, #fbed96 100%);
  background-image: linear-gradient(60deg in oklab, #abecd6 0%, #fbed96 100%);
}
tailwind v4
bg-linear-60/oklab from-[#abecd6] to-[#fbed96]
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="50.0962" y1="686.7691" x2="1389.9038" y2="-86.7691"><stop offset="0%" stop-color="#abecd6"/><stop offset="7.14%" stop-color="#b1ecd2"/><stop offset="14.29%" stop-color="#b8edce"/><stop offset="21.43%" stop-color="#beedca"/><stop offset="28.57%" stop-color="#c4edc6"/><stop offset="35.71%" stop-color="#caedc1"/><stop offset="42.86%" stop-color="#cfedbd"/><stop offset="50%" stop-color="#d5edb8"/><stop offset="57.14%" stop-color="#dbedb4"/><stop offset="64.29%" stop-color="#e0edaf"/><stop offset="71.43%" stop-color="#e6edaa"/><stop offset="78.57%" stop-color="#ebeda6"/><stop offset="85.71%" stop-color="#f0eda1"/><stop offset="92.86%" stop-color="#f6ed9b"/><stop offset="100%" stop-color="#fbed96"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "over-sun": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.671,
            0.925,
            0.839
          ],
          "hex": "#abecd6"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.984,
            0.929,
            0.588
          ],
          "hex": "#fbed96"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(60deg in oklab, #abecd6 0%, #fbed96 100%)",
        "interpolation": "oklab",
        "angle": 60,
        "name": "Over Sun",
        "contrast": {
          "white": {
            "ratio": 1.189,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 15.701,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Over Sun (WebGradients, 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 Over Sun gradient (#abecd6, #fbed96), 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