Named gradient · uiGradients

Kyoo Pal

Kyoo Pal is a red gradient from uiGradients (MIT) — #dd3e54 → #6be585 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 4.89:1 · AA
white 1.59 failsblack 4.89 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.

sRGB31%
OKLab41%
OKLCH81%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #dd3e54 0%, #da5057 7.14%, #d7605b 14.29%, #d46e5e 21.43%, #d07a62 28.57%, #cb8665 35.71%, #c69269 42.86%, #c09d6c 50%, #b9a870 57.14%, #b0b273 64.29%, #a7bd77 71.43%, #9cc77a 78.57%, #8fd17e 85.71%, #7fdb81 92.86%, #6be585 100%);
  background-image: linear-gradient(90deg in oklab, #dd3e54 0%, #6be585 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#dd3e54] to-[#6be585]
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="#dd3e54"/><stop offset="7.14%" stop-color="#da5057"/><stop offset="14.29%" stop-color="#d7605b"/><stop offset="21.43%" stop-color="#d46e5e"/><stop offset="28.57%" stop-color="#d07a62"/><stop offset="35.71%" stop-color="#cb8665"/><stop offset="42.86%" stop-color="#c69269"/><stop offset="50%" stop-color="#c09d6c"/><stop offset="57.14%" stop-color="#b9a870"/><stop offset="64.29%" stop-color="#b0b273"/><stop offset="71.43%" stop-color="#a7bd77"/><stop offset="78.57%" stop-color="#9cc77a"/><stop offset="85.71%" stop-color="#8fd17e"/><stop offset="92.86%" stop-color="#7fdb81"/><stop offset="100%" stop-color="#6be585"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "kyoo-pal": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.867,
            0.243,
            0.329
          ],
          "hex": "#dd3e54"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.42,
            0.898,
            0.522
          ],
          "hex": "#6be585"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #dd3e54 0%, #6be585 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Kyoo Pal",
        "contrast": {
          "white": {
            "ratio": 1.594,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 4.891,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Kyoo Pal (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 Kyoo Pal gradient (#dd3e54, #6be585), 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