Named gradient · uiGradients

Copper

Copper is a red gradient from uiGradients (MIT) — #b79891 → #94716b 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 4.83:1 · AA
white 2.65 failsblack 4.83 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.

sRGB92%
OKLab92%
OKLCH92%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #b79891 0%, #b4958e 7.14%, #b2928b 14.29%, #af8f89 21.43%, #ad8d86 28.57%, #aa8a83 35.71%, #a88780 42.86%, #a5847e 50%, #a3817b 57.14%, #a07f78 64.29%, #9e7c76 71.43%, #9b7973 78.57%, #997670 85.71%, #96746e 92.86%, #94716b 100%);
  background-image: linear-gradient(90deg in oklab, #b79891 0%, #94716b 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#b79891] to-[#94716b]
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="#b79891"/><stop offset="7.14%" stop-color="#b4958e"/><stop offset="14.29%" stop-color="#b2928b"/><stop offset="21.43%" stop-color="#af8f89"/><stop offset="28.57%" stop-color="#ad8d86"/><stop offset="35.71%" stop-color="#aa8a83"/><stop offset="42.86%" stop-color="#a88780"/><stop offset="50%" stop-color="#a5847e"/><stop offset="57.14%" stop-color="#a3817b"/><stop offset="64.29%" stop-color="#a07f78"/><stop offset="71.43%" stop-color="#9e7c76"/><stop offset="78.57%" stop-color="#9b7973"/><stop offset="85.71%" stop-color="#997670"/><stop offset="92.86%" stop-color="#96746e"/><stop offset="100%" stop-color="#94716b"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "copper": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.718,
            0.596,
            0.569
          ],
          "hex": "#b79891"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.58,
            0.443,
            0.42
          ],
          "hex": "#94716b"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #b79891 0%, #94716b 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Copper",
        "contrast": {
          "white": {
            "ratio": 2.654,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 4.834,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Copper (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More red 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 Copper gradient (#b79891, #94716b), 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