Named gradient · WebGradients

Young Grass

Young Grass is a green gradient from WebGradients (MIT) — #9be15d → #00e3ae 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 12.60:1 · AA
white 1.58 failsblack 12.60 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.

sRGB96%
OKLab94%
OKLCH96%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(0deg, #9be15d 0%, #95e165 7.14%, #8fe26c 14.29%, #89e272 21.43%, #83e279 28.57%, #7ce27f 35.71%, #75e285 42.86%, #6de38a 50%, #65e390 57.14%, #5ce395 64.29%, #53e39a 71.43%, #47e39f 78.57%, #3ae3a4 85.71%, #28e3a9 92.86%, #00e3ae 100%);
  background-image: linear-gradient(0deg in oklab, #9be15d 0%, #00e3ae 100%);
}
tailwind v4
bg-linear-to-t/oklab from-[#9be15d] to-[#00e3ae]
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="#9be15d"/><stop offset="7.14%" stop-color="#95e165"/><stop offset="14.29%" stop-color="#8fe26c"/><stop offset="21.43%" stop-color="#89e272"/><stop offset="28.57%" stop-color="#83e279"/><stop offset="35.71%" stop-color="#7ce27f"/><stop offset="42.86%" stop-color="#75e285"/><stop offset="50%" stop-color="#6de38a"/><stop offset="57.14%" stop-color="#65e390"/><stop offset="64.29%" stop-color="#5ce395"/><stop offset="71.43%" stop-color="#53e39a"/><stop offset="78.57%" stop-color="#47e39f"/><stop offset="85.71%" stop-color="#3ae3a4"/><stop offset="92.86%" stop-color="#28e3a9"/><stop offset="100%" stop-color="#00e3ae"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "young-grass": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.608,
            0.882,
            0.365
          ],
          "hex": "#9be15d"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0,
            0.89,
            0.682
          ],
          "hex": "#00e3ae"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #9be15d 0%, #00e3ae 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Young Grass",
        "contrast": {
          "white": {
            "ratio": 1.576,
            "at": 0.0063,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 12.599,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Young Grass (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 Young Grass gradient (#9be15d, #00e3ae), 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