Named gradient · WebGradients

Hidden Jaguar

Hidden Jaguar is a green gradient from WebGradients (MIT) — #0fd850 → #f9f047 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 10.96:1 · AA
white 1.19 failsblack 10.96 AAbanding medium

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.

sRGB88%
OKLab88%
OKLCH88%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(0deg, #0fd850 0%, #3fda50 7.14%, #58dc4f 14.29%, #6bde4f 21.43%, #7ce04f 28.57%, #8be24e 35.71%, #99e44e 42.86%, #a7e54d 50%, #b3e74c 57.14%, #c0e94c 64.29%, #ccea4b 71.43%, #d7ec4a 78.57%, #e3ed49 85.71%, #eeef48 92.86%, #f9f047 100%);
  background-image: linear-gradient(0deg in oklab, #0fd850 0%, #f9f047 100%);
}
tailwind v4
bg-linear-to-t/oklab from-[#0fd850] to-[#f9f047]
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="#0fd850"/><stop offset="7.14%" stop-color="#3fda50"/><stop offset="14.29%" stop-color="#58dc4f"/><stop offset="21.43%" stop-color="#6bde4f"/><stop offset="28.57%" stop-color="#7ce04f"/><stop offset="35.71%" stop-color="#8be24e"/><stop offset="42.86%" stop-color="#99e44e"/><stop offset="50%" stop-color="#a7e54d"/><stop offset="57.14%" stop-color="#b3e74c"/><stop offset="64.29%" stop-color="#c0e94c"/><stop offset="71.43%" stop-color="#ccea4b"/><stop offset="78.57%" stop-color="#d7ec4a"/><stop offset="85.71%" stop-color="#e3ed49"/><stop offset="92.86%" stop-color="#eeef48"/><stop offset="100%" stop-color="#f9f047"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "hidden-jaguar": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.059,
            0.847,
            0.314
          ],
          "hex": "#0fd850"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.976,
            0.941,
            0.278
          ],
          "hex": "#f9f047"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #0fd850 0%, #f9f047 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Hidden Jaguar",
        "contrast": {
          "white": {
            "ratio": 1.194,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 10.958,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Hidden Jaguar (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 Hidden Jaguar gradient (#0fd850, #f9f047), 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