Named gradient · WebGradients
High Flight
High Flight is a blue gradient from WebGradients (MIT) — #0acffe → #495aff 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.85:1 at 0% (fails AA); black ink: worst 4.19:1 at 100% (AA-large only) → use black text.
- Body text fails AA everywhere on this gradient; large text (≥24px / 19px bold) is fine. Add a scrim or lower the chroma for body copy.
- Banding medium: ~12px bands at 1440px — add grain 26 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #0acffe 0%, #17c7ff 7.14%, #20c0ff 14.29%, #26b8ff 21.43%, #2cb0ff 28.57%, #30a9ff 35.71%, #34a1ff 42.86%, #3899ff 50%, #3b91ff 57.14%, #3e88ff 64.29%, #4080ff 71.43%, #4377ff 78.57%, #456eff 85.71%, #4764ff 92.86%, #495aff 100%);
background-image: linear-gradient(0deg in oklab, #0acffe 0%, #495aff 100%);
}bg-linear-to-t/oklab from-[#0acffe] to-[#495aff]
<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="#0acffe"/><stop offset="7.14%" stop-color="#17c7ff"/><stop offset="14.29%" stop-color="#20c0ff"/><stop offset="21.43%" stop-color="#26b8ff"/><stop offset="28.57%" stop-color="#2cb0ff"/><stop offset="35.71%" stop-color="#30a9ff"/><stop offset="42.86%" stop-color="#34a1ff"/><stop offset="50%" stop-color="#3899ff"/><stop offset="57.14%" stop-color="#3b91ff"/><stop offset="64.29%" stop-color="#3e88ff"/><stop offset="71.43%" stop-color="#4080ff"/><stop offset="78.57%" stop-color="#4377ff"/><stop offset="85.71%" stop-color="#456eff"/><stop offset="92.86%" stop-color="#4764ff"/><stop offset="100%" stop-color="#495aff"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"high-flight": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.039,
0.812,
0.996
],
"hex": "#0acffe"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.286,
0.353,
1
],
"hex": "#495aff"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #0acffe 0%, #495aff 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "High Flight",
"contrast": {
"white": {
"ratio": 1.847,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 4.19,
"at": 1,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "High Flight (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 High Flight gradient (#0acffe, #495aff), 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