Named gradient · uiGradients

Juicy Orange

Juicy Orange is a orange gradient from uiGradients (MIT) — #ff8008 → #ffc837 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.34:1 · AA
white 1.55 failsblack 8.34 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.

sRGB93%
OKLab93%
OKLCH93%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #ff8008 0%, #ff860e 7.14%, #ff8b13 14.29%, #ff9017 21.43%, #ff961a 28.57%, #ff9b1e 35.71%, #ffa021 42.86%, #ffa524 50%, #ffaa27 57.14%, #ffaf2a 64.29%, #ffb42d 71.43%, #ffb92f 78.57%, #ffbe32 85.71%, #ffc335 92.86%, #ffc837 100%);
  background-image: linear-gradient(90deg in oklab, #ff8008 0%, #ffc837 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#ff8008] to-[#ffc837]
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="#ff8008"/><stop offset="7.14%" stop-color="#ff860e"/><stop offset="14.29%" stop-color="#ff8b13"/><stop offset="21.43%" stop-color="#ff9017"/><stop offset="28.57%" stop-color="#ff961a"/><stop offset="35.71%" stop-color="#ff9b1e"/><stop offset="42.86%" stop-color="#ffa021"/><stop offset="50%" stop-color="#ffa524"/><stop offset="57.14%" stop-color="#ffaa27"/><stop offset="64.29%" stop-color="#ffaf2a"/><stop offset="71.43%" stop-color="#ffb42d"/><stop offset="78.57%" stop-color="#ffb92f"/><stop offset="85.71%" stop-color="#ffbe32"/><stop offset="92.86%" stop-color="#ffc335"/><stop offset="100%" stop-color="#ffc837"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "juicy-orange": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.502,
            0.031
          ],
          "hex": "#ff8008"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.784,
            0.216
          ],
          "hex": "#ffc837"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #ff8008 0%, #ffc837 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Juicy Orange",
        "contrast": {
          "white": {
            "ratio": 1.548,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 8.343,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Juicy 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 Juicy Orange gradient (#ff8008, #ffc837), 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