Named gradient · WebGradients

Jungle Day

Jungle Day is a teal gradient from WebGradients (MIT) — #8baaaa → #ae8b9c at 45°. 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 6.97:1 · AA
white 2.49 failsblack 6.97 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.

sRGB26%
OKLab23%
OKLCH83%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(45deg, #8baaaa 0%, #8ea8a9 7.14%, #91a6a8 14.29%, #94a4a7 21.43%, #97a1a6 28.57%, #999fa5 35.71%, #9c9da4 42.86%, #9f9ba3 50%, #a199a2 57.14%, #a396a1 64.29%, #a694a0 71.43%, #a8929f 78.57%, #aa909e 85.71%, #ac8d9d 92.86%, #ae8b9c 100%);
  background-image: linear-gradient(45deg in oklab, #8baaaa 0%, #ae8b9c 100%);
}
tailwind v4
bg-linear-to-tr/oklab from-[#8baaaa] to-[#ae8b9c]
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="210" y1="810" x2="1230" y2="-210"><stop offset="0%" stop-color="#8baaaa"/><stop offset="7.14%" stop-color="#8ea8a9"/><stop offset="14.29%" stop-color="#91a6a8"/><stop offset="21.43%" stop-color="#94a4a7"/><stop offset="28.57%" stop-color="#97a1a6"/><stop offset="35.71%" stop-color="#999fa5"/><stop offset="42.86%" stop-color="#9c9da4"/><stop offset="50%" stop-color="#9f9ba3"/><stop offset="57.14%" stop-color="#a199a2"/><stop offset="64.29%" stop-color="#a396a1"/><stop offset="71.43%" stop-color="#a694a0"/><stop offset="78.57%" stop-color="#a8929f"/><stop offset="85.71%" stop-color="#aa909e"/><stop offset="92.86%" stop-color="#ac8d9d"/><stop offset="100%" stop-color="#ae8b9c"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "jungle-day": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.545,
            0.667,
            0.667
          ],
          "hex": "#8baaaa"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.682,
            0.545,
            0.612
          ],
          "hex": "#ae8b9c"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(45deg in oklab, #8baaaa 0%, #ae8b9c 100%)",
        "interpolation": "oklab",
        "angle": 45,
        "name": "Jungle Day",
        "contrast": {
          "white": {
            "ratio": 2.487,
            "at": 0.0159,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 6.973,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Jungle Day (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 Jungle Day gradient (#8baaaa, #ae8b9c), 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