Named gradient · uiGradients
Sirius Tamed
Sirius Tamed is a yellow gradient from uiGradients (MIT) — #efefbb → #d4d3dd 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.18:1 at 2% (fails AA); black ink: worst 14.16:1 at 98% (AA) → use black text.
- Banding high: ~42px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #efefbb 0%, #ededbe 7.14%, #ebebc0 14.29%, #e9e9c3 21.43%, #e7e7c6 28.57%, #e5e5c8 35.71%, #e3e3cb 42.86%, #e1e1cd 50%, #dfdfcf 57.14%, #ddddd2 64.29%, #dcdbd4 71.43%, #dad9d6 78.57%, #d8d7d9 85.71%, #d6d5db 92.86%, #d4d3dd 100%);
background-image: linear-gradient(90deg in oklab, #efefbb 0%, #d4d3dd 100%);
}bg-linear-to-r/oklab from-[#efefbb] to-[#d4d3dd]
<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="#efefbb"/><stop offset="7.14%" stop-color="#ededbe"/><stop offset="14.29%" stop-color="#ebebc0"/><stop offset="21.43%" stop-color="#e9e9c3"/><stop offset="28.57%" stop-color="#e7e7c6"/><stop offset="35.71%" stop-color="#e5e5c8"/><stop offset="42.86%" stop-color="#e3e3cb"/><stop offset="50%" stop-color="#e1e1cd"/><stop offset="57.14%" stop-color="#dfdfcf"/><stop offset="64.29%" stop-color="#ddddd2"/><stop offset="71.43%" stop-color="#dcdbd4"/><stop offset="78.57%" stop-color="#dad9d6"/><stop offset="85.71%" stop-color="#d8d7d9"/><stop offset="92.86%" stop-color="#d6d5db"/><stop offset="100%" stop-color="#d4d3dd"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"sirius-tamed": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.937,
0.937,
0.733
],
"hex": "#efefbb"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.831,
0.827,
0.867
],
"hex": "#d4d3dd"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #efefbb 0%, #d4d3dd 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Sirius Tamed",
"contrast": {
"white": {
"ratio": 1.184,
"at": 0.0159,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 14.161,
"at": 0.9841,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Sirius Tamed (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More yellow 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 Sirius Tamed gradient (#efefbb, #d4d3dd), 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