Named gradient · uiGradients

Earthly

Earthly is a green gradient from uiGradients (MIT) — #649173 → #dbd5a4 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.84:1 · AA
white 1.49 failsblack 5.84 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.

sRGB89%
OKLab88%
OKLCH97%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #649173 0%, #6d9676 7.14%, #759b7a 14.29%, #7e9f7d 21.43%, #86a481 28.57%, #8fa984 35.71%, #97ae88 42.86%, #a0b38b 50%, #a8b88f 57.14%, #b0bc92 64.29%, #b9c196 71.43%, #c1c699 78.57%, #cacb9d 85.71%, #d2d0a0 92.86%, #dbd5a4 100%);
  background-image: linear-gradient(90deg in oklab, #649173 0%, #dbd5a4 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#649173] to-[#dbd5a4]
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="#649173"/><stop offset="7.14%" stop-color="#6d9676"/><stop offset="14.29%" stop-color="#759b7a"/><stop offset="21.43%" stop-color="#7e9f7d"/><stop offset="28.57%" stop-color="#86a481"/><stop offset="35.71%" stop-color="#8fa984"/><stop offset="42.86%" stop-color="#97ae88"/><stop offset="50%" stop-color="#a0b38b"/><stop offset="57.14%" stop-color="#a8b88f"/><stop offset="64.29%" stop-color="#b0bc92"/><stop offset="71.43%" stop-color="#b9c196"/><stop offset="78.57%" stop-color="#c1c699"/><stop offset="85.71%" stop-color="#cacb9d"/><stop offset="92.86%" stop-color="#d2d0a0"/><stop offset="100%" stop-color="#dbd5a4"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "earthly": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.392,
            0.569,
            0.451
          ],
          "hex": "#649173"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.859,
            0.835,
            0.643
          ],
          "hex": "#dbd5a4"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #649173 0%, #dbd5a4 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Earthly",
        "contrast": {
          "white": {
            "ratio": 1.493,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 5.84,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Earthly (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 Earthly gradient (#649173, #dbd5a4), 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