Named gradient · uiGradients

Socialive

Socialive is a teal gradient from uiGradients (MIT) — #06beb6 → #48b1bf 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 8.31:1 · AA
white 2.32 failsblack 8.31 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.

sRGB88%
OKLab88%
OKLCH88%

Report

  • white ink: worst 2.32:1 at 4% (fails AA); black ink: worst 8.31:1 at 97% (AA) → use black text.
  • Banding high: ~22px bands at 1440px — add grain 43 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #06beb6 0%, #13bdb7 7.14%, #1bbcb7 14.29%, #22bbb8 21.43%, #27bab9 28.57%, #2cb9b9 35.71%, #30b8ba 42.86%, #34b8bb 50%, #37b7bb 57.14%, #3ab6bc 64.29%, #3db5bc 71.43%, #40b4bd 78.57%, #43b3be 85.71%, #46b2be 92.86%, #48b1bf 100%);
  background-image: linear-gradient(90deg in oklab, #06beb6 0%, #48b1bf 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#06beb6] to-[#48b1bf]
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="#06beb6"/><stop offset="7.14%" stop-color="#13bdb7"/><stop offset="14.29%" stop-color="#1bbcb7"/><stop offset="21.43%" stop-color="#22bbb8"/><stop offset="28.57%" stop-color="#27bab9"/><stop offset="35.71%" stop-color="#2cb9b9"/><stop offset="42.86%" stop-color="#30b8ba"/><stop offset="50%" stop-color="#34b8bb"/><stop offset="57.14%" stop-color="#37b7bb"/><stop offset="64.29%" stop-color="#3ab6bc"/><stop offset="71.43%" stop-color="#3db5bc"/><stop offset="78.57%" stop-color="#40b4bd"/><stop offset="85.71%" stop-color="#43b3be"/><stop offset="92.86%" stop-color="#46b2be"/><stop offset="100%" stop-color="#48b1bf"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "socialive": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.024,
            0.745,
            0.714
          ],
          "hex": "#06beb6"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.282,
            0.694,
            0.749
          ],
          "hex": "#48b1bf"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #06beb6 0%, #48b1bf 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Socialive",
        "contrast": {
          "white": {
            "ratio": 2.318,
            "at": 0.0391,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 8.309,
            "at": 0.9683,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Socialive (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 Socialive gradient (#06beb6, #48b1bf), 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