Named gradient · WebGradients
Sky Glider
Sky Glider is a purple gradient from WebGradients (MIT) — #88d3ce → #6e45e2 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 1.71:1 at 0% (fails AA); black ink: worst 3.61:1 at 100% (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: ~10px bands at 1440px — add grain 21 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #88d3ce 0%, #86cad1 7.14%, #84c1d3 14.29%, #82b8d5 21.43%, #80afd7 28.57%, #7ea6d9 35.71%, #7c9cdb 42.86%, #7a93dc 50%, #7889dd 57.14%, #767fdf 64.29%, #7575e0 71.43%, #736ae0 78.57%, #715fe1 85.71%, #7053e2 92.86%, #6e45e2 100%);
background-image: linear-gradient(0deg in oklab, #88d3ce 0%, #6e45e2 100%);
}bg-linear-to-t/oklab from-[#88d3ce] to-[#6e45e2]
<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="#88d3ce"/><stop offset="7.14%" stop-color="#86cad1"/><stop offset="14.29%" stop-color="#84c1d3"/><stop offset="21.43%" stop-color="#82b8d5"/><stop offset="28.57%" stop-color="#80afd7"/><stop offset="35.71%" stop-color="#7ea6d9"/><stop offset="42.86%" stop-color="#7c9cdb"/><stop offset="50%" stop-color="#7a93dc"/><stop offset="57.14%" stop-color="#7889dd"/><stop offset="64.29%" stop-color="#767fdf"/><stop offset="71.43%" stop-color="#7575e0"/><stop offset="78.57%" stop-color="#736ae0"/><stop offset="85.71%" stop-color="#715fe1"/><stop offset="92.86%" stop-color="#7053e2"/><stop offset="100%" stop-color="#6e45e2"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"sky-glider": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.533,
0.827,
0.808
],
"hex": "#88d3ce"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.431,
0.271,
0.886
],
"hex": "#6e45e2"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #88d3ce 0%, #6e45e2 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Sky Glider",
"contrast": {
"white": {
"ratio": 1.713,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 3.612,
"at": 1,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Sky Glider (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More purple 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 Sky Glider gradient (#88d3ce, #6e45e2), 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