Named gradient · uiGradients
Sky
Sky is a blue gradient from uiGradients (MIT) — #076585 → #ffffff at 90°. 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.00:1 at 100% (fails AA); black ink: worst 3.21:1 at 0% (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.
- White text disappears completely at 100% (1.00:1 crossing).
- Banding medium: ~6px bands at 1440px — add grain 10 (≈1% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #076585 0%, #26708e 7.14%, #3a7a96 14.29%, #4c859f 21.43%, #5c8fa7 28.57%, #6d9ab0 35.71%, #7da5b9 42.86%, #8db0c1 50%, #9dbbca 57.14%, #adc6d3 64.29%, #bdd1dc 71.43%, #cddde4 78.57%, #dee8ed 85.71%, #eef3f6 92.86%, #ffffff 100%);
background-image: linear-gradient(90deg in oklab, #076585 0%, #ffffff 100%);
}bg-linear-to-r/oklab from-[#076585] to-[#ffffff]
<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="0" y1="300" x2="1440" y2="300"><stop offset="0%" stop-color="#076585"/><stop offset="7.14%" stop-color="#26708e"/><stop offset="14.29%" stop-color="#3a7a96"/><stop offset="21.43%" stop-color="#4c859f"/><stop offset="28.57%" stop-color="#5c8fa7"/><stop offset="35.71%" stop-color="#6d9ab0"/><stop offset="42.86%" stop-color="#7da5b9"/><stop offset="50%" stop-color="#8db0c1"/><stop offset="57.14%" stop-color="#9dbbca"/><stop offset="64.29%" stop-color="#adc6d3"/><stop offset="71.43%" stop-color="#bdd1dc"/><stop offset="78.57%" stop-color="#cddde4"/><stop offset="85.71%" stop-color="#dee8ed"/><stop offset="92.86%" stop-color="#eef3f6"/><stop offset="100%" stop-color="#ffffff"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"sky": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.027,
0.396,
0.522
],
"hex": "#076585"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
1,
1
],
"hex": "#ffffff"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #076585 0%, #ffffff 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Sky",
"contrast": {
"white": {
"ratio": 1,
"at": 0.998,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 3.209,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Sky (uiGradients, 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 Sky gradient (#076585, #ffffff), 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 uiGradients (MIT) — licences