Named gradient · uiGradients
Frost
Frost is a blue gradient from uiGradients (MIT) — #000428 → #004e92 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 8.38:1 at 100% (AA); black ink: worst 1.05:1 at 0% (fails AA) → use white text.
- Black text disappears completely at 0% (1.00:1 crossing).
- Banding medium: ~14px bands at 1440px — add grain 28 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #000428 0%, #00082f 7.14%, #000d36 14.29%, #00123d 21.43%, #001744 28.57%, #001c4b 35.71%, #002153 42.86%, #00275a 50%, #002c62 57.14%, #00326a 64.29%, #003772 71.43%, #003d7a 78.57%, #004282 85.71%, #00488a 92.86%, #004e92 100%);
background-image: linear-gradient(90deg in oklab, #000428 0%, #004e92 100%);
}bg-linear-to-r/oklab from-[#000428] to-[#004e92]
<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="#000428"/><stop offset="7.14%" stop-color="#00082f"/><stop offset="14.29%" stop-color="#000d36"/><stop offset="21.43%" stop-color="#00123d"/><stop offset="28.57%" stop-color="#001744"/><stop offset="35.71%" stop-color="#001c4b"/><stop offset="42.86%" stop-color="#002153"/><stop offset="50%" stop-color="#00275a"/><stop offset="57.14%" stop-color="#002c62"/><stop offset="64.29%" stop-color="#00326a"/><stop offset="71.43%" stop-color="#003772"/><stop offset="78.57%" stop-color="#003d7a"/><stop offset="85.71%" stop-color="#004282"/><stop offset="92.86%" stop-color="#00488a"/><stop offset="100%" stop-color="#004e92"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"frost": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.016,
0.157
],
"hex": "#000428"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.306,
0.573
],
"hex": "#004e92"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #000428 0%, #004e92 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Frost",
"contrast": {
"white": {
"ratio": 8.384,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"black": {
"ratio": 1.048,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"suggestedInk": "#ffffff"
}
}
},
"$description": "Frost (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 Frost gradient (#000428, #004e92), 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