Named gradient · WebGradients

Orange Juice

Orange Juice is a red gradient from WebGradients (MIT) — #fc6076 → #ff9a44 at 340°. 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 7.07:1 · AA
white 2.11 failsblack 7.07 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%
OKLab89%
OKLCH90%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(340deg, #fc6076 0%, #fc6573 7.14%, #fd6a71 14.29%, #fd6e6e 21.43%, #fd726b 28.57%, #fe7768 35.71%, #fe7b65 42.86%, #fe7f62 50%, #fe835f 57.14%, #fe875b 64.29%, #ff8b57 71.43%, #ff8f53 78.57%, #ff934e 85.71%, #ff9649 92.86%, #ff9a44 100%);
  background-image: linear-gradient(340deg in oklab, #fc6076 0%, #ff9a44 100%);
}
tailwind v4
bg-linear-340/oklab from-[#fc6076] to-[#ff9a44]
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="900.6421" y1="796.3102" x2="539.3579" y2="-196.3102"><stop offset="0%" stop-color="#fc6076"/><stop offset="7.14%" stop-color="#fc6573"/><stop offset="14.29%" stop-color="#fd6a71"/><stop offset="21.43%" stop-color="#fd6e6e"/><stop offset="28.57%" stop-color="#fd726b"/><stop offset="35.71%" stop-color="#fe7768"/><stop offset="42.86%" stop-color="#fe7b65"/><stop offset="50%" stop-color="#fe7f62"/><stop offset="57.14%" stop-color="#fe835f"/><stop offset="64.29%" stop-color="#fe875b"/><stop offset="71.43%" stop-color="#ff8b57"/><stop offset="78.57%" stop-color="#ff8f53"/><stop offset="85.71%" stop-color="#ff934e"/><stop offset="92.86%" stop-color="#ff9649"/><stop offset="100%" stop-color="#ff9a44"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "orange-juice": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.988,
            0.376,
            0.463
          ],
          "hex": "#fc6076"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.604,
            0.267
          ],
          "hex": "#ff9a44"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(340deg in oklab, #fc6076 0%, #ff9a44 100%)",
        "interpolation": "oklab",
        "angle": 340,
        "name": "Orange Juice",
        "contrast": {
          "white": {
            "ratio": 2.109,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 7.074,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Orange Juice (WebGradients, 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 Orange Juice gradient (#fc6076, #ff9a44), 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 WebGradients (MIT) — licences