Named gradient · WebGradients
Rainy Ashville
Rainy Ashville is a pink gradient from WebGradients (MIT) — #fbc2eb → #a6c1ee 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.50:1 at 0% (fails AA); black ink: worst 11.48:1 at 100% (AA) → use black text.
- Banding high: ~17px bands at 1440px — add grain 35 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #fbc2eb 0%, #f5c2eb 7.14%, #f0c2ec 14.29%, #eac2ec 21.43%, #e4c2ec 28.57%, #dec2ec 35.71%, #d8c2ec 42.86%, #d2c2ed 50%, #ccc2ed 57.14%, #c6c2ed 64.29%, #c0c2ed 71.43%, #bac2ed 78.57%, #b3c2ee 85.71%, #adc1ee 92.86%, #a6c1ee 100%);
background-image: linear-gradient(0deg in oklab, #fbc2eb 0%, #a6c1ee 100%);
}bg-linear-to-t/oklab from-[#fbc2eb] to-[#a6c1ee]
<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="#fbc2eb"/><stop offset="7.14%" stop-color="#f5c2eb"/><stop offset="14.29%" stop-color="#f0c2ec"/><stop offset="21.43%" stop-color="#eac2ec"/><stop offset="28.57%" stop-color="#e4c2ec"/><stop offset="35.71%" stop-color="#dec2ec"/><stop offset="42.86%" stop-color="#d8c2ec"/><stop offset="50%" stop-color="#d2c2ed"/><stop offset="57.14%" stop-color="#ccc2ed"/><stop offset="64.29%" stop-color="#c6c2ed"/><stop offset="71.43%" stop-color="#c0c2ed"/><stop offset="78.57%" stop-color="#bac2ed"/><stop offset="85.71%" stop-color="#b3c2ee"/><stop offset="92.86%" stop-color="#adc1ee"/><stop offset="100%" stop-color="#a6c1ee"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"rainy-ashville": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.984,
0.761,
0.922
],
"hex": "#fbc2eb"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.651,
0.757,
0.933
],
"hex": "#a6c1ee"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #fbc2eb 0%, #a6c1ee 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Rainy Ashville",
"contrast": {
"white": {
"ratio": 1.498,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 11.484,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Rainy Ashville (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 Rainy Ashville gradient (#fbc2eb, #a6c1ee), 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