Named gradient · uiGradients

Miami Dolphins

Miami Dolphins is a teal gradient from uiGradients (MIT) — #4da0b0 → #d39d38 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 6.97:1 · AA
white 2.43 failsblack 6.97 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.

sRGB49%
OKLab39%
OKLCH78%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #4da0b0 0%, #5ba1aa 7.14%, #67a1a3 14.29%, #72a19d 21.43%, #7da296 28.57%, #87a28f 35.71%, #90a288 42.86%, #99a280 50%, #a2a178 57.14%, #aba170 64.29%, #b3a067 71.43%, #bba05d 78.57%, #c39f53 85.71%, #cb9e47 92.86%, #d39d38 100%);
  background-image: linear-gradient(90deg in oklab, #4da0b0 0%, #d39d38 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#4da0b0] to-[#d39d38]
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="#4da0b0"/><stop offset="7.14%" stop-color="#5ba1aa"/><stop offset="14.29%" stop-color="#67a1a3"/><stop offset="21.43%" stop-color="#72a19d"/><stop offset="28.57%" stop-color="#7da296"/><stop offset="35.71%" stop-color="#87a28f"/><stop offset="42.86%" stop-color="#90a288"/><stop offset="50%" stop-color="#99a280"/><stop offset="57.14%" stop-color="#a2a178"/><stop offset="64.29%" stop-color="#aba170"/><stop offset="71.43%" stop-color="#b3a067"/><stop offset="78.57%" stop-color="#bba05d"/><stop offset="85.71%" stop-color="#c39f53"/><stop offset="92.86%" stop-color="#cb9e47"/><stop offset="100%" stop-color="#d39d38"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "miami-dolphins": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.302,
            0.627,
            0.69
          ],
          "hex": "#4da0b0"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.827,
            0.616,
            0.22
          ],
          "hex": "#d39d38"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #4da0b0 0%, #d39d38 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Miami Dolphins",
        "contrast": {
          "white": {
            "ratio": 2.428,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 6.971,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Miami Dolphins (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More teal 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 Miami Dolphins gradient (#4da0b0, #d39d38), 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