Named gradient · uiGradients

Emerald Water

Emerald Water is a green gradient from uiGradients (MIT) — #348f50 → #56b4d3 at 90°. 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 5.19:1 · AA
white 2.37 failsblack 5.19 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.

sRGB77%
OKLab78%
OKLCH87%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #348f50 0%, #36925a 7.14%, #389564 14.29%, #3a986e 21.43%, #3c9a77 28.57%, #3e9d81 35.71%, #41a08a 42.86%, #43a293 50%, #46a59c 57.14%, #48a8a5 64.29%, #4baaae 71.43%, #4eadb8 78.57%, #50afc1 85.71%, #53b2ca 92.86%, #56b4d3 100%);
  background-image: linear-gradient(90deg in oklab, #348f50 0%, #56b4d3 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#348f50] to-[#56b4d3]
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="0" y1="300" x2="1440" y2="300"><stop offset="0%" stop-color="#348f50"/><stop offset="7.14%" stop-color="#36925a"/><stop offset="14.29%" stop-color="#389564"/><stop offset="21.43%" stop-color="#3a986e"/><stop offset="28.57%" stop-color="#3c9a77"/><stop offset="35.71%" stop-color="#3e9d81"/><stop offset="42.86%" stop-color="#41a08a"/><stop offset="50%" stop-color="#43a293"/><stop offset="57.14%" stop-color="#46a59c"/><stop offset="64.29%" stop-color="#48a8a5"/><stop offset="71.43%" stop-color="#4baaae"/><stop offset="78.57%" stop-color="#4eadb8"/><stop offset="85.71%" stop-color="#50afc1"/><stop offset="92.86%" stop-color="#53b2ca"/><stop offset="100%" stop-color="#56b4d3"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "emerald-water": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.204,
            0.561,
            0.314
          ],
          "hex": "#348f50"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.337,
            0.706,
            0.827
          ],
          "hex": "#56b4d3"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #348f50 0%, #56b4d3 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Emerald Water",
        "contrast": {
          "white": {
            "ratio": 2.369,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 5.191,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Emerald Water (uiGradients, 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 Emerald Water gradient (#348f50, #56b4d3), 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 uiGradients (MIT) — licences