Named gradient · uiGradients

Light Orange

Light Orange is a orange gradient from uiGradients (MIT) — #ffb75e → #ed8f03 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 8.53:1 · AA
white 1.72 failsblack 8.53 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.

sRGB90%
OKLab90%
OKLCH90%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #ffb75e 0%, #feb45a 7.14%, #fdb155 14.29%, #fbae51 21.43%, #faac4c 28.57%, #f9a948 35.71%, #f7a643 42.86%, #f6a33e 50%, #f5a038 57.14%, #f49d33 64.29%, #f29b2d 71.43%, #f19826 78.57%, #f0951e 85.71%, #ee9213 92.86%, #ed8f03 100%);
  background-image: linear-gradient(90deg in oklab, #ffb75e 0%, #ed8f03 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#ffb75e] to-[#ed8f03]
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="#ffb75e"/><stop offset="7.14%" stop-color="#feb45a"/><stop offset="14.29%" stop-color="#fdb155"/><stop offset="21.43%" stop-color="#fbae51"/><stop offset="28.57%" stop-color="#faac4c"/><stop offset="35.71%" stop-color="#f9a948"/><stop offset="42.86%" stop-color="#f7a643"/><stop offset="50%" stop-color="#f6a33e"/><stop offset="57.14%" stop-color="#f5a038"/><stop offset="64.29%" stop-color="#f49d33"/><stop offset="71.43%" stop-color="#f29b2d"/><stop offset="78.57%" stop-color="#f19826"/><stop offset="85.71%" stop-color="#f0951e"/><stop offset="92.86%" stop-color="#ee9213"/><stop offset="100%" stop-color="#ed8f03"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "light-orange": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.718,
            0.369
          ],
          "hex": "#ffb75e"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.929,
            0.561,
            0.012
          ],
          "hex": "#ed8f03"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #ffb75e 0%, #ed8f03 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Light Orange",
        "contrast": {
          "white": {
            "ratio": 1.723,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 8.531,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Light Orange (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More orange 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 Light Orange gradient (#ffb75e, #ed8f03), 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