Named gradient · WebGradients
Dirty Beauty
Dirty Beauty is a blue gradient from WebGradients (MIT) — #6a85b6 → #bac8e0 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.69:1 at 100% (fails AA); black ink: worst 5.64: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(0deg, #6a85b6 0%, #708ab9 7.14%, #758ebc 14.29%, #7b93bf 21.43%, #8098c2 28.57%, #869dc5 35.71%, #8ca1c8 42.86%, #91a6cb 50%, #97abce 57.14%, #9db0d1 64.29%, #a3b5d4 71.43%, #a8b9d7 78.57%, #aebeda 85.71%, #b4c3dd 92.86%, #bac8e0 100%);
background-image: linear-gradient(0deg in oklab, #6a85b6 0%, #bac8e0 100%);
}bg-linear-to-t/oklab from-[#6a85b6] to-[#bac8e0]
<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="#6a85b6"/><stop offset="7.14%" stop-color="#708ab9"/><stop offset="14.29%" stop-color="#758ebc"/><stop offset="21.43%" stop-color="#7b93bf"/><stop offset="28.57%" stop-color="#8098c2"/><stop offset="35.71%" stop-color="#869dc5"/><stop offset="42.86%" stop-color="#8ca1c8"/><stop offset="50%" stop-color="#91a6cb"/><stop offset="57.14%" stop-color="#97abce"/><stop offset="64.29%" stop-color="#9db0d1"/><stop offset="71.43%" stop-color="#a3b5d4"/><stop offset="78.57%" stop-color="#a8b9d7"/><stop offset="85.71%" stop-color="#aebeda"/><stop offset="92.86%" stop-color="#b4c3dd"/><stop offset="100%" stop-color="#bac8e0"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"dirty-beauty": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.416,
0.522,
0.714
],
"hex": "#6a85b6"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.729,
0.784,
0.878
],
"hex": "#bac8e0"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #6a85b6 0%, #bac8e0 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Dirty Beauty",
"contrast": {
"white": {
"ratio": 1.69,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 5.643,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Dirty Beauty (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 Dirty Beauty gradient (#6a85b6, #bac8e0), 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