Named gradient · uiGradients

Blue & Orange

Blue & Orange is a orange gradient from uiGradients (MIT) — #fd8112 → #0085ca 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.21:1 · AA
white 2.52 failsblack 5.21 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.

sRGB17%
OKLab8%
OKLCH88%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #fd8112 0%, #f08437 7.14%, #e4874c 14.29%, #d7895c 21.43%, #ca8b6a 28.57%, #bc8c76 35.71%, #af8d81 42.86%, #a18d8b 50%, #938d95 57.14%, #848d9f 64.29%, #748ca8 71.43%, #628bb1 78.57%, #4f89b9 85.71%, #3687c2 92.86%, #0085ca 100%);
  background-image: linear-gradient(90deg in oklab, #fd8112 0%, #0085ca 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#fd8112] to-[#0085ca]
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="#fd8112"/><stop offset="7.14%" stop-color="#f08437"/><stop offset="14.29%" stop-color="#e4874c"/><stop offset="21.43%" stop-color="#d7895c"/><stop offset="28.57%" stop-color="#ca8b6a"/><stop offset="35.71%" stop-color="#bc8c76"/><stop offset="42.86%" stop-color="#af8d81"/><stop offset="50%" stop-color="#a18d8b"/><stop offset="57.14%" stop-color="#938d95"/><stop offset="64.29%" stop-color="#848d9f"/><stop offset="71.43%" stop-color="#748ca8"/><stop offset="78.57%" stop-color="#628bb1"/><stop offset="85.71%" stop-color="#4f89b9"/><stop offset="92.86%" stop-color="#3687c2"/><stop offset="100%" stop-color="#0085ca"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "blue-and-orange": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.992,
            0.506,
            0.071
          ],
          "hex": "#fd8112"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0,
            0.522,
            0.792
          ],
          "hex": "#0085ca"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #fd8112 0%, #0085ca 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Blue & Orange",
        "contrast": {
          "white": {
            "ratio": 2.522,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 5.207,
            "at": 0.9956,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Blue & 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 Blue & Orange gradient (#fd8112, #0085ca), 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