Named gradient · WebGradients
Clean Mirror
Clean Mirror is a blue gradient from WebGradients (MIT) — #93a5cf → #e4efe9 at 45°. 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.18:1 at 100% (fails AA); black ink: worst 8.52:1 at 0% (AA) → use black text.
- Banding medium: ~18px bands at 1440px — add grain 36 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(45deg, #93a5cf 0%, #99aad1 7.14%, #9eafd3 14.29%, #a4b5d5 21.43%, #a9bad7 28.57%, #afbfd9 35.71%, #b5c4db 42.86%, #bbcadd 50%, #c0cfdf 57.14%, #c6d4e0 64.29%, #ccdae2 71.43%, #d2dfe4 78.57%, #d8e4e6 85.71%, #deeae7 92.86%, #e4efe9 100%);
background-image: linear-gradient(45deg in oklab, #93a5cf 0%, #e4efe9 100%);
}bg-linear-to-tr/oklab from-[#93a5cf] to-[#e4efe9]
<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="810" x2="1230" y2="-210"><stop offset="0%" stop-color="#93a5cf"/><stop offset="7.14%" stop-color="#99aad1"/><stop offset="14.29%" stop-color="#9eafd3"/><stop offset="21.43%" stop-color="#a4b5d5"/><stop offset="28.57%" stop-color="#a9bad7"/><stop offset="35.71%" stop-color="#afbfd9"/><stop offset="42.86%" stop-color="#b5c4db"/><stop offset="50%" stop-color="#bbcadd"/><stop offset="57.14%" stop-color="#c0cfdf"/><stop offset="64.29%" stop-color="#c6d4e0"/><stop offset="71.43%" stop-color="#ccdae2"/><stop offset="78.57%" stop-color="#d2dfe4"/><stop offset="85.71%" stop-color="#d8e4e6"/><stop offset="92.86%" stop-color="#deeae7"/><stop offset="100%" stop-color="#e4efe9"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"clean-mirror": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.576,
0.647,
0.812
],
"hex": "#93a5cf"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.894,
0.937,
0.914
],
"hex": "#e4efe9"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(45deg in oklab, #93a5cf 0%, #e4efe9 100%)",
"interpolation": "oklab",
"angle": 45,
"name": "Clean Mirror",
"contrast": {
"white": {
"ratio": 1.178,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 8.524,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Clean Mirror (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 Clean Mirror gradient (#93a5cf, #e4efe9), 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