Named gradient · WebGradients
Cloudy Knoxville
Cloudy Knoxville is a neutral gradient from WebGradients (MIT) — #fdfbfb → #ebedee at 120°. 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.03:1 at 0% (fails AA); black ink: worst 17.88:1 at 98% (AA) → use black text.
- White text disappears completely at 0% (1.00:1 crossing).
- Banding high: ~80px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(120deg, #fdfbfb 0%, #fcfafa 7.14%, #faf9f9 14.29%, #f9f8f8 21.43%, #f8f7f7 28.57%, #f7f6f6 35.71%, #f5f5f5 42.86%, #f4f4f4 50%, #f3f3f4 57.14%, #f1f2f3 64.29%, #f0f1f2 71.43%, #eff0f1 78.57%, #eeeff0 85.71%, #eceeef 92.86%, #ebedee 100%);
background-image: linear-gradient(120deg in oklab, #fdfbfb 0%, #ebedee 100%);
}bg-linear-120/oklab from-[#fdfbfb] to-[#ebedee]
<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="50.0962" y1="-86.7691" x2="1389.9038" y2="686.7691"><stop offset="0%" stop-color="#fdfbfb"/><stop offset="7.14%" stop-color="#fcfafa"/><stop offset="14.29%" stop-color="#faf9f9"/><stop offset="21.43%" stop-color="#f9f8f8"/><stop offset="28.57%" stop-color="#f8f7f7"/><stop offset="35.71%" stop-color="#f7f6f6"/><stop offset="42.86%" stop-color="#f5f5f5"/><stop offset="50%" stop-color="#f4f4f4"/><stop offset="57.14%" stop-color="#f3f3f4"/><stop offset="64.29%" stop-color="#f1f2f3"/><stop offset="71.43%" stop-color="#f0f1f2"/><stop offset="78.57%" stop-color="#eff0f1"/><stop offset="85.71%" stop-color="#eeeff0"/><stop offset="92.86%" stop-color="#eceeef"/><stop offset="100%" stop-color="#ebedee"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"cloudy-knoxville": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.992,
0.984,
0.984
],
"hex": "#fdfbfb"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.922,
0.929,
0.933
],
"hex": "#ebedee"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(120deg in oklab, #fdfbfb 0%, #ebedee 100%)",
"interpolation": "oklab",
"angle": 120,
"name": "Cloudy Knoxville",
"contrast": {
"white": {
"ratio": 1.031,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 17.881,
"at": 0.9841,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Cloudy Knoxville (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More neutral 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 Cloudy Knoxville gradient (#fdfbfb, #ebedee), 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