Named gradient · WebGradients
Witch Dance
Witch Dance is a blue gradient from WebGradients (MIT) — #a8bfff → #884d80 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 1.82:1 at 0% (fails AA); black ink: worst 3.42: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: ~11px bands at 1440px — add grain 24 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(135deg, #a8bfff 0%, #a7b7f5 7.14%, #a5aeec 14.29%, #a4a6e2 21.43%, #a29ed9 28.57%, #a096d0 35.71%, #9e8ec7 42.86%, #9c85be 50%, #9a7db4 57.14%, #9775ab 64.29%, #946da3 71.43%, #91659a 78.57%, #8e5d91 85.71%, #8b5589 92.86%, #884d80 100%);
background-image: linear-gradient(135deg in oklab, #a8bfff 0%, #884d80 100%);
}bg-linear-to-br/oklab from-[#a8bfff] to-[#884d80]
<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="#a8bfff"/><stop offset="7.14%" stop-color="#a7b7f5"/><stop offset="14.29%" stop-color="#a5aeec"/><stop offset="21.43%" stop-color="#a4a6e2"/><stop offset="28.57%" stop-color="#a29ed9"/><stop offset="35.71%" stop-color="#a096d0"/><stop offset="42.86%" stop-color="#9e8ec7"/><stop offset="50%" stop-color="#9c85be"/><stop offset="57.14%" stop-color="#9a7db4"/><stop offset="64.29%" stop-color="#9775ab"/><stop offset="71.43%" stop-color="#946da3"/><stop offset="78.57%" stop-color="#91659a"/><stop offset="85.71%" stop-color="#8e5d91"/><stop offset="92.86%" stop-color="#8b5589"/><stop offset="100%" stop-color="#884d80"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"witch-dance": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.659,
0.749,
1
],
"hex": "#a8bfff"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.533,
0.302,
0.502
],
"hex": "#884d80"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(135deg in oklab, #a8bfff 0%, #884d80 100%)",
"interpolation": "oklab",
"angle": 135,
"name": "Witch Dance",
"contrast": {
"white": {
"ratio": 1.816,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 3.42,
"at": 1,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Witch Dance (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 Witch Dance gradient (#a8bfff, #884d80), 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