Named gradient · uiGradients

Netflix

Netflix is a red gradient from uiGradients (MIT) — #8e0e00 → #1f1c18 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
white text · worst 9.49:1 · AA
white 9.49 AAblack 1.24 failsbanding 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.

sRGB10%
OKLab10%
OKLCH10%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #8e0e00 0%, #861305 7.14%, #7e1709 14.29%, #751a0c 21.43%, #6d1c0f 28.57%, #651e11 35.71%, #5e1f13 42.86%, #561f14 50%, #4e2015 57.14%, #462016 64.29%, #3e1f17 71.43%, #371f17 78.57%, #2f1e18 85.71%, #271d18 92.86%, #1f1c18 100%);
  background-image: linear-gradient(90deg in oklab, #8e0e00 0%, #1f1c18 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#8e0e00] to-[#1f1c18]
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="#8e0e00"/><stop offset="7.14%" stop-color="#861305"/><stop offset="14.29%" stop-color="#7e1709"/><stop offset="21.43%" stop-color="#751a0c"/><stop offset="28.57%" stop-color="#6d1c0f"/><stop offset="35.71%" stop-color="#651e11"/><stop offset="42.86%" stop-color="#5e1f13"/><stop offset="50%" stop-color="#561f14"/><stop offset="57.14%" stop-color="#4e2015"/><stop offset="64.29%" stop-color="#462016"/><stop offset="71.43%" stop-color="#3e1f17"/><stop offset="78.57%" stop-color="#371f17"/><stop offset="85.71%" stop-color="#2f1e18"/><stop offset="92.86%" stop-color="#271d18"/><stop offset="100%" stop-color="#1f1c18"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "netflix": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.557,
            0.055,
            0
          ],
          "hex": "#8e0e00"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.122,
            0.11,
            0.094
          ],
          "hex": "#1f1c18"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #8e0e00 0%, #1f1c18 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Netflix",
        "contrast": {
          "white": {
            "ratio": 9.49,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "black": {
            "ratio": 1.238,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "suggestedInk": "#ffffff"
        }
      }
    },
    "$description": "Netflix (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 Netflix gradient (#8e0e00, #1f1c18), 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