Named gradient · WebGradients
Aqua Splash
Aqua Splash is a blue gradient from WebGradients (MIT) — #13547a → #80d0c7 at 15°. 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.78:1 at 100% (fails AA); black ink: worst 2.58:1 at 0% (fails AA) → use black text.
- Neither ink passes AA at the worst point — treat as decorative or add a scrim (rgba(0,0,0,.35) typically lifts white ink past 4:1).
- Banding medium: ~12px bands at 1440px — add grain 24 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(15deg, #13547a 0%, #1b5c80 7.14%, #236585 14.29%, #2b6d8b 21.43%, #337690 28.57%, #3a7f96 35.71%, #42879b 42.86%, #4990a1 50%, #5199a6 57.14%, #59a2ac 64.29%, #60abb1 71.43%, #68b4b7 78.57%, #70bdbc 85.71%, #78c7c2 92.86%, #80d0c7 100%);
background-image: linear-gradient(15deg in oklab, #13547a 0%, #80d0c7 100%);
}bg-linear-15/oklab from-[#13547a] to-[#80d0c7]
<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="596.7691" y1="759.9038" x2="843.2309" y2="-159.9038"><stop offset="0%" stop-color="#13547a"/><stop offset="7.14%" stop-color="#1b5c80"/><stop offset="14.29%" stop-color="#236585"/><stop offset="21.43%" stop-color="#2b6d8b"/><stop offset="28.57%" stop-color="#337690"/><stop offset="35.71%" stop-color="#3a7f96"/><stop offset="42.86%" stop-color="#42879b"/><stop offset="50%" stop-color="#4990a1"/><stop offset="57.14%" stop-color="#5199a6"/><stop offset="64.29%" stop-color="#59a2ac"/><stop offset="71.43%" stop-color="#60abb1"/><stop offset="78.57%" stop-color="#68b4b7"/><stop offset="85.71%" stop-color="#70bdbc"/><stop offset="92.86%" stop-color="#78c7c2"/><stop offset="100%" stop-color="#80d0c7"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"aqua-splash": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.075,
0.329,
0.478
],
"hex": "#13547a"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.502,
0.816,
0.78
],
"hex": "#80d0c7"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(15deg in oklab, #13547a 0%, #80d0c7 100%)",
"interpolation": "oklab",
"angle": 15,
"name": "Aqua Splash",
"contrast": {
"white": {
"ratio": 1.785,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 2.577,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"suggestedInk": "#000000"
}
}
},
"$description": "Aqua Splash (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 Splash gradient (#13547a, #80d0c7), 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