Named gradient · uiGradients
Vanusa
Vanusa is a red gradient from uiGradients (MIT) — #da4453 → #89216b 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 4.26:1 at 0% (AA-large only); black ink: worst 2.49:1 at 100% (fails AA) → use white 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 high: ~18px bands at 1440px — add grain 36 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #da4453 0%, #d44256 7.14%, #ce4058 14.29%, #c83e5b 21.43%, #c23b5d 28.57%, #bc395f 35.71%, #b63761 42.86%, #b03462 50%, #ab3264 57.14%, #a52f65 64.29%, #9f2d67 71.43%, #9a2a68 78.57%, #942769 85.71%, #8e246a 92.86%, #89216b 100%);
background-image: linear-gradient(90deg in oklab, #da4453 0%, #89216b 100%);
}bg-linear-to-r/oklab from-[#da4453] to-[#89216b]
<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="#da4453"/><stop offset="7.14%" stop-color="#d44256"/><stop offset="14.29%" stop-color="#ce4058"/><stop offset="21.43%" stop-color="#c83e5b"/><stop offset="28.57%" stop-color="#c23b5d"/><stop offset="35.71%" stop-color="#bc395f"/><stop offset="42.86%" stop-color="#b63761"/><stop offset="50%" stop-color="#b03462"/><stop offset="57.14%" stop-color="#ab3264"/><stop offset="64.29%" stop-color="#a52f65"/><stop offset="71.43%" stop-color="#9f2d67"/><stop offset="78.57%" stop-color="#9a2a68"/><stop offset="85.71%" stop-color="#942769"/><stop offset="92.86%" stop-color="#8e246a"/><stop offset="100%" stop-color="#89216b"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"vanusa": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.855,
0.267,
0.325
],
"hex": "#da4453"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.537,
0.129,
0.42
],
"hex": "#89216b"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #da4453 0%, #89216b 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Vanusa",
"contrast": {
"white": {
"ratio": 4.257,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"black": {
"ratio": 2.494,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"suggestedInk": "#ffffff"
}
}
},
"$description": "Vanusa (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More red 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 Vanusa gradient (#da4453, #89216b), 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