Named gradient · uiGradients
Stellar
Stellar is a blue gradient from uiGradients (MIT) — #7474bf → #348ac7 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 3.73:1 at 98% (AA-large only); black ink: worst 4.98:1 at 2% (AA) → use black text.
- Banding high: ~23px bands at 1440px — add grain 43 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #7474bf 0%, #7176c0 7.14%, #6e77c0 14.29%, #6a79c1 21.43%, #677bc1 28.57%, #637cc2 35.71%, #5f7ec2 42.86%, #5b7fc3 50%, #5781c4 57.14%, #5283c4 64.29%, #4d84c5 71.43%, #4886c5 78.57%, #4287c6 85.71%, #3c89c6 92.86%, #348ac7 100%);
background-image: linear-gradient(90deg in oklab, #7474bf 0%, #348ac7 100%);
}bg-linear-to-r/oklab from-[#7474bf] to-[#348ac7]
<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="#7474bf"/><stop offset="7.14%" stop-color="#7176c0"/><stop offset="14.29%" stop-color="#6e77c0"/><stop offset="21.43%" stop-color="#6a79c1"/><stop offset="28.57%" stop-color="#677bc1"/><stop offset="35.71%" stop-color="#637cc2"/><stop offset="42.86%" stop-color="#5f7ec2"/><stop offset="50%" stop-color="#5b7fc3"/><stop offset="57.14%" stop-color="#5781c4"/><stop offset="64.29%" stop-color="#5283c4"/><stop offset="71.43%" stop-color="#4d84c5"/><stop offset="78.57%" stop-color="#4886c5"/><stop offset="85.71%" stop-color="#4287c6"/><stop offset="92.86%" stop-color="#3c89c6"/><stop offset="100%" stop-color="#348ac7"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"stellar": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.455,
0.455,
0.749
],
"hex": "#7474bf"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.204,
0.541,
0.78
],
"hex": "#348ac7"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #7474bf 0%, #348ac7 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Stellar",
"contrast": {
"white": {
"ratio": 3.735,
"at": 0.9776,
"passesAA": false,
"passesAALarge": true
},
"black": {
"ratio": 4.979,
"at": 0.0159,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Stellar (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More blue 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 Stellar gradient (#7474bf, #348ac7), 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