Named gradient · WebGradients
Red Salvation
Red Salvation is a blue gradient from WebGradients (MIT) — #f43b47 → #453a94 at 0°. 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.77:1 at 0% (AA-large only); black ink: worst 2.29: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 medium: ~8px bands at 1440px — add grain 17 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #f43b47 0%, #e74051 7.14%, #da4459 14.29%, #cd4760 21.43%, #c14867 28.57%, #b44a6d 35.71%, #a84a72 42.86%, #9b4a77 50%, #8f497c 57.14%, #824881 64.29%, #764785 71.43%, #6a4489 78.57%, #5e428d 85.71%, #513e90 92.86%, #453a94 100%);
background-image: linear-gradient(0deg in oklab, #f43b47 0%, #453a94 100%);
}bg-linear-to-t/oklab from-[#f43b47] to-[#453a94]
<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="720" y1="600" x2="720" y2="0"><stop offset="0%" stop-color="#f43b47"/><stop offset="7.14%" stop-color="#e74051"/><stop offset="14.29%" stop-color="#da4459"/><stop offset="21.43%" stop-color="#cd4760"/><stop offset="28.57%" stop-color="#c14867"/><stop offset="35.71%" stop-color="#b44a6d"/><stop offset="42.86%" stop-color="#a84a72"/><stop offset="50%" stop-color="#9b4a77"/><stop offset="57.14%" stop-color="#8f497c"/><stop offset="64.29%" stop-color="#824881"/><stop offset="71.43%" stop-color="#764785"/><stop offset="78.57%" stop-color="#6a4489"/><stop offset="85.71%" stop-color="#5e428d"/><stop offset="92.86%" stop-color="#513e90"/><stop offset="100%" stop-color="#453a94"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"red-salvation": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.957,
0.231,
0.278
],
"hex": "#f43b47"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.271,
0.227,
0.58
],
"hex": "#453a94"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #f43b47 0%, #453a94 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Red Salvation",
"contrast": {
"white": {
"ratio": 3.775,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"black": {
"ratio": 2.286,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"suggestedInk": "#ffffff"
}
}
},
"$description": "Red Salvation (WebGradients, 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 Red Salvation gradient (#f43b47, #453a94), 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 WebGradients (MIT) — licences