Named gradient · uiGradients
Ohhappiness
Ohhappiness is a teal gradient from uiGradients (MIT) — #00b09b → #96c93d 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.
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.
Report
- white ink: worst 1.96:1 at 100% (fails AA); black ink: worst 7.68:1 at 0% (AA) → use black text.
- Banding high: ~10px bands at 1440px — add grain 20 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #00b09b 0%, #21b296 7.14%, #32b492 14.29%, #3fb68d 21.43%, #49b888 28.57%, #53ba82 35.71%, #5cbc7d 42.86%, #64bd77 50%, #6cbf71 57.14%, #74c16a 64.29%, #7bc363 71.43%, #82c45b 78.57%, #89c652 85.71%, #8fc749 92.86%, #96c93d 100%);
background-image: linear-gradient(90deg in oklab, #00b09b 0%, #96c93d 100%);
}bg-linear-to-r/oklab from-[#00b09b] to-[#96c93d]
<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="#00b09b"/><stop offset="7.14%" stop-color="#21b296"/><stop offset="14.29%" stop-color="#32b492"/><stop offset="21.43%" stop-color="#3fb68d"/><stop offset="28.57%" stop-color="#49b888"/><stop offset="35.71%" stop-color="#53ba82"/><stop offset="42.86%" stop-color="#5cbc7d"/><stop offset="50%" stop-color="#64bd77"/><stop offset="57.14%" stop-color="#6cbf71"/><stop offset="64.29%" stop-color="#74c16a"/><stop offset="71.43%" stop-color="#7bc363"/><stop offset="78.57%" stop-color="#82c45b"/><stop offset="85.71%" stop-color="#89c652"/><stop offset="92.86%" stop-color="#8fc749"/><stop offset="100%" stop-color="#96c93d"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"ohhappiness": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.69,
0.608
],
"hex": "#00b09b"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.588,
0.788,
0.239
],
"hex": "#96c93d"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #00b09b 0%, #96c93d 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Ohhappiness",
"contrast": {
"white": {
"ratio": 1.959,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 7.683,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Ohhappiness (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More teal gradients
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.
https://mcp.brandsweets.com/gradients/mcpclaude mcp add --transport http brandsweets-gradients https://mcp.brandsweets.com/gradients/mcp
›take the Ohhappiness gradient (#00b09b, #96c93d), 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