Named gradient · WebGradients
Fabled Sunset
Fabled Sunset is a pink gradient from WebGradients (MIT) — #231557 → #44107a → #ff1361 at 135°. 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.81:1 at 67% (AA-large only); black ink: worst 1.32:1 at 0% (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: ~12px bands at 1440px — add grain 25 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(135deg, #231557 0%, #251559 2.07%, #28155c 4.14%, #2a155e 6.21%, #2d1561 8.29%, #2f1463 10.36%, #311466 12.43%, #341468 14.5%, #36136b 16.57%, #38136d 18.64%, #3b1370 20.71%, #3d1272 22.79%, #3f1175 24.86%, #421177 26.93%, #44107a 29%, #4f187a 31.71%, #5b1d79 34.43%, #682279 37.14%, #742578 39.86%, #812877 42.57%, #8e2976 45.29%, #9c2b74 48%, #a92b73 50.71%, #b72a71 53.43%, #c5296e 56.14%, #d3276c 58.86%, #e22369 61.57%, #f01d65 64.29%, #ff1361 67%);
background-image: linear-gradient(135deg in oklab, #231557 0%, #44107a 29%, #ff1361 67%);
}bg-linear-to-br/oklab from-[#231557] via-[#44107a] via-29% to-[#ff1361] to-67%
<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="210" y1="-210" x2="1230" y2="810"><stop offset="0%" stop-color="#231557"/><stop offset="2.07%" stop-color="#251559"/><stop offset="4.14%" stop-color="#28155c"/><stop offset="6.21%" stop-color="#2a155e"/><stop offset="8.29%" stop-color="#2d1561"/><stop offset="10.36%" stop-color="#2f1463"/><stop offset="12.43%" stop-color="#311466"/><stop offset="14.5%" stop-color="#341468"/><stop offset="16.57%" stop-color="#36136b"/><stop offset="18.64%" stop-color="#38136d"/><stop offset="20.71%" stop-color="#3b1370"/><stop offset="22.79%" stop-color="#3d1272"/><stop offset="24.86%" stop-color="#3f1175"/><stop offset="26.93%" stop-color="#421177"/><stop offset="29%" stop-color="#44107a"/><stop offset="31.71%" stop-color="#4f187a"/><stop offset="34.43%" stop-color="#5b1d79"/><stop offset="37.14%" stop-color="#682279"/><stop offset="39.86%" stop-color="#742578"/><stop offset="42.57%" stop-color="#812877"/><stop offset="45.29%" stop-color="#8e2976"/><stop offset="48%" stop-color="#9c2b74"/><stop offset="50.71%" stop-color="#a92b73"/><stop offset="53.43%" stop-color="#b72a71"/><stop offset="56.14%" stop-color="#c5296e"/><stop offset="58.86%" stop-color="#d3276c"/><stop offset="61.57%" stop-color="#e22369"/><stop offset="64.29%" stop-color="#f01d65"/><stop offset="67%" stop-color="#ff1361"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"fabled-sunset": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.137,
0.082,
0.341
],
"hex": "#231557"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.267,
0.063,
0.478
],
"hex": "#44107a"
},
"position": 0.29
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.075,
0.38
],
"hex": "#ff1361"
},
"position": 0.67
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(135deg in oklab, #231557 0%, #44107a 29%, #ff1361 67%)",
"interpolation": "oklab",
"angle": 135,
"name": "Fabled Sunset",
"contrast": {
"white": {
"ratio": 3.806,
"at": 0.67,
"passesAA": false,
"passesAALarge": true
},
"black": {
"ratio": 1.316,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"suggestedInk": "#ffffff"
}
}
},
"$description": "Fabled Sunset (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More pink 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 Fabled Sunset gradient (#231557, #44107a, #ff1361), 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