Named gradient · WebGradients
Aqua Guidance
Aqua Guidance is a blue gradient from WebGradients (MIT) — #007adf → #00ecbc 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.53:1 at 100% (fails AA); black ink: worst 4.85:1 at 0% (AA) → use black text.
- Banding medium: ~13px bands at 1440px — add grain 26 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #007adf 0%, #0083de 7.14%, #008cdc 14.29%, #0094da 21.43%, #009dd9 28.57%, #00a5d7 35.71%, #00add4 42.86%, #00b5d2 50%, #00bdd0 57.14%, #00c5cd 64.29%, #00cdca 71.43%, #00d5c7 78.57%, #00dcc4 85.71%, #00e4c0 92.86%, #00ecbc 100%);
background-image: linear-gradient(0deg in oklab, #007adf 0%, #00ecbc 100%);
}bg-linear-to-t/oklab from-[#007adf] to-[#00ecbc]
<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="#007adf"/><stop offset="7.14%" stop-color="#0083de"/><stop offset="14.29%" stop-color="#008cdc"/><stop offset="21.43%" stop-color="#0094da"/><stop offset="28.57%" stop-color="#009dd9"/><stop offset="35.71%" stop-color="#00a5d7"/><stop offset="42.86%" stop-color="#00add4"/><stop offset="50%" stop-color="#00b5d2"/><stop offset="57.14%" stop-color="#00bdd0"/><stop offset="64.29%" stop-color="#00c5cd"/><stop offset="71.43%" stop-color="#00cdca"/><stop offset="78.57%" stop-color="#00d5c7"/><stop offset="85.71%" stop-color="#00dcc4"/><stop offset="92.86%" stop-color="#00e4c0"/><stop offset="100%" stop-color="#00ecbc"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"aqua-guidance": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.478,
0.875
],
"hex": "#007adf"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.925,
0.737
],
"hex": "#00ecbc"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #007adf 0%, #00ecbc 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Aqua Guidance",
"contrast": {
"white": {
"ratio": 1.53,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 4.849,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Aqua Guidance (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 Aqua Guidance gradient (#007adf, #00ecbc), 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