Named gradient · uiGradients
Lunada
Lunada is a blue gradient from uiGradients (MIT) — #5433ff → #20bdff → #a5fecb 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.19:1 at 100% (fails AA); black ink: worst 3.29:1 at 0% (AA-large only) → use black text.
- Body text fails AA everywhere on this gradient; large text (≥24px / 19px bold) is fine. Add a scrim or lower the chroma for body copy.
- Banding medium: ~5px bands at 1440px — add grain 9 (≈1% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #5433ff 0%, #5243ff 3.57%, #5150ff 7.14%, #4f5bff 10.71%, #4d66ff 14.29%, #4a70ff 17.86%, #4879ff 21.43%, #4582ff 25%, #428bff 28.57%, #3e94ff 32.14%, #3a9cff 35.71%, #35a5ff 39.29%, #30adff 42.86%, #29b5ff 46.43%, #20bdff 50%, #30c2fc 53.57%, #3cc7f9 57.14%, #47ccf6 60.71%, #52d1f3 64.29%, #5bd5ef 67.86%, #64daec 71.43%, #6ddfe8 75%, #75e3e5 78.57%, #7de8e1 82.14%, #86ecdd 85.71%, #8ef1d9 89.29%, #95f5d4 92.86%, #9dfad0 96.43%, #a5fecb 100%);
background-image: linear-gradient(90deg in oklab, #5433ff 0%, #20bdff 50%, #a5fecb 100%);
}bg-linear-to-r/oklab from-[#5433ff] via-[#20bdff] to-[#a5fecb]
<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="#5433ff"/><stop offset="3.57%" stop-color="#5243ff"/><stop offset="7.14%" stop-color="#5150ff"/><stop offset="10.71%" stop-color="#4f5bff"/><stop offset="14.29%" stop-color="#4d66ff"/><stop offset="17.86%" stop-color="#4a70ff"/><stop offset="21.43%" stop-color="#4879ff"/><stop offset="25%" stop-color="#4582ff"/><stop offset="28.57%" stop-color="#428bff"/><stop offset="32.14%" stop-color="#3e94ff"/><stop offset="35.71%" stop-color="#3a9cff"/><stop offset="39.29%" stop-color="#35a5ff"/><stop offset="42.86%" stop-color="#30adff"/><stop offset="46.43%" stop-color="#29b5ff"/><stop offset="50%" stop-color="#20bdff"/><stop offset="53.57%" stop-color="#30c2fc"/><stop offset="57.14%" stop-color="#3cc7f9"/><stop offset="60.71%" stop-color="#47ccf6"/><stop offset="64.29%" stop-color="#52d1f3"/><stop offset="67.86%" stop-color="#5bd5ef"/><stop offset="71.43%" stop-color="#64daec"/><stop offset="75%" stop-color="#6ddfe8"/><stop offset="78.57%" stop-color="#75e3e5"/><stop offset="82.14%" stop-color="#7de8e1"/><stop offset="85.71%" stop-color="#86ecdd"/><stop offset="89.29%" stop-color="#8ef1d9"/><stop offset="92.86%" stop-color="#95f5d4"/><stop offset="96.43%" stop-color="#9dfad0"/><stop offset="100%" stop-color="#a5fecb"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"lunada": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.329,
0.2,
1
],
"hex": "#5433ff"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.125,
0.741,
1
],
"hex": "#20bdff"
},
"position": 0.5
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.647,
0.996,
0.796
],
"hex": "#a5fecb"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #5433ff 0%, #20bdff 50%, #a5fecb 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Lunada",
"contrast": {
"white": {
"ratio": 1.191,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 3.294,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Lunada (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 Lunada gradient (#5433ff, #20bdff, #a5fecb), 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