Named gradient · uiGradients

Lemon Lime

Lemon Lime is a teal gradient from uiGradients (MIT) — #7ec6bc → #ebe717 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 10.69:1 · AA
white 1.31 failsblack 10.69 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.

sRGB56%
OKLab55%
OKLCH56%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #7ec6bc 0%, #86c9b6 7.14%, #8fccaf 14.29%, #97cea8 21.43%, #9fd1a1 28.57%, #a7d399 35.71%, #afd691 42.86%, #b6d889 50%, #beda7f 57.14%, #c6dd75 64.29%, #cddf6a 71.43%, #d5e15d 78.57%, #dce34e 85.71%, #e4e53a 92.86%, #ebe717 100%);
  background-image: linear-gradient(90deg in oklab, #7ec6bc 0%, #ebe717 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#7ec6bc] to-[#ebe717]
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="#7ec6bc"/><stop offset="7.14%" stop-color="#86c9b6"/><stop offset="14.29%" stop-color="#8fccaf"/><stop offset="21.43%" stop-color="#97cea8"/><stop offset="28.57%" stop-color="#9fd1a1"/><stop offset="35.71%" stop-color="#a7d399"/><stop offset="42.86%" stop-color="#afd691"/><stop offset="50%" stop-color="#b6d889"/><stop offset="57.14%" stop-color="#beda7f"/><stop offset="64.29%" stop-color="#c6dd75"/><stop offset="71.43%" stop-color="#cddf6a"/><stop offset="78.57%" stop-color="#d5e15d"/><stop offset="85.71%" stop-color="#dce34e"/><stop offset="92.86%" stop-color="#e4e53a"/><stop offset="100%" stop-color="#ebe717"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "lemon-lime": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.494,
            0.776,
            0.737
          ],
          "hex": "#7ec6bc"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.922,
            0.906,
            0.09
          ],
          "hex": "#ebe717"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #7ec6bc 0%, #ebe717 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Lemon Lime",
        "contrast": {
          "white": {
            "ratio": 1.315,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 10.691,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Lemon Lime (uiGradients, 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 Lemon Lime gradient (#7ec6bc, #ebe717), 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