Named gradient · WebGradients

Tempting Azure

Tempting Azure is a green gradient from WebGradients (MIT) — #84fab0 → #8fd3f4 at 120°. 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 12.78:1 · AA
white 1.29 failsblack 12.78 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.

sRGB67%
OKLab68%
OKLCH71%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(120deg, #84fab0 0%, #85f7b6 7.14%, #85f5bb 14.29%, #86f2c0 21.43%, #87efc6 28.57%, #88edcb 35.71%, #89ead0 42.86%, #89e7d4 50%, #8ae4d9 57.14%, #8be2de 64.29%, #8cdfe2 71.43%, #8ddce7 78.57%, #8dd9eb 85.71%, #8ed6f0 92.86%, #8fd3f4 100%);
  background-image: linear-gradient(120deg in oklab, #84fab0 0%, #8fd3f4 100%);
}
tailwind v4
bg-linear-120/oklab from-[#84fab0] to-[#8fd3f4]
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="-86.7691" x2="1389.9038" y2="686.7691"><stop offset="0%" stop-color="#84fab0"/><stop offset="7.14%" stop-color="#85f7b6"/><stop offset="14.29%" stop-color="#85f5bb"/><stop offset="21.43%" stop-color="#86f2c0"/><stop offset="28.57%" stop-color="#87efc6"/><stop offset="35.71%" stop-color="#88edcb"/><stop offset="42.86%" stop-color="#89ead0"/><stop offset="50%" stop-color="#89e7d4"/><stop offset="57.14%" stop-color="#8ae4d9"/><stop offset="64.29%" stop-color="#8be2de"/><stop offset="71.43%" stop-color="#8cdfe2"/><stop offset="78.57%" stop-color="#8ddce7"/><stop offset="85.71%" stop-color="#8dd9eb"/><stop offset="92.86%" stop-color="#8ed6f0"/><stop offset="100%" stop-color="#8fd3f4"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "tempting-azure": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.518,
            0.98,
            0.69
          ],
          "hex": "#84fab0"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.561,
            0.827,
            0.957
          ],
          "hex": "#8fd3f4"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(120deg in oklab, #84fab0 0%, #8fd3f4 100%)",
        "interpolation": "oklab",
        "angle": 120,
        "name": "Tempting Azure",
        "contrast": {
          "white": {
            "ratio": 1.289,
            "at": 0.0138,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 12.78,
            "at": 0.9916,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Tempting Azure (WebGradients, MIT), rendered in OKLab."
  }
}

Tagged

More green 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 Tempting Azure gradient (#84fab0, #8fd3f4), 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