Named gradient · WebGradients
Supreme Sky
Supreme Sky is a blue gradient from WebGradients (MIT) — #d4ffec → #57f2cc → #4596fb at 135°. 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.09:1 at 0% (fails AA); black ink: worst 7.01:1 at 100% (AA) → use black text.
- Banding high: ~8px bands at 1440px — add grain 16 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(135deg, #d4ffec 0%, #cdfeea 3.43%, #c6fde7 6.86%, #befde5 10.29%, #b7fce3 13.71%, #affbe0 17.14%, #a7fade 20.57%, #9ff9dc 24%, #97f8da 27.43%, #8ef7d7 30.86%, #84f6d5 34.29%, #7af5d3 37.71%, #70f4d1 41.14%, #64f3ce 44.57%, #57f2cc 48%, #54ecd0 51.71%, #52e6d5 55.43%, #50dfd9 59.14%, #4ed9dd 62.86%, #4cd3e0 66.57%, #4acce4 70.29%, #49c6e7 74%, #48bfea 77.71%, #47b9ed 81.43%, #46b2f0 85.14%, #45abf3 88.86%, #45a4f6 92.57%, #459df8 96.29%, #4596fb 100%);
background-image: linear-gradient(135deg in oklab, #d4ffec 0%, #57f2cc 48%, #4596fb 100%);
}bg-linear-to-br/oklab from-[#d4ffec] via-[#57f2cc] via-48% to-[#4596fb]
<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="210" y1="-210" x2="1230" y2="810"><stop offset="0%" stop-color="#d4ffec"/><stop offset="3.43%" stop-color="#cdfeea"/><stop offset="6.86%" stop-color="#c6fde7"/><stop offset="10.29%" stop-color="#befde5"/><stop offset="13.71%" stop-color="#b7fce3"/><stop offset="17.14%" stop-color="#affbe0"/><stop offset="20.57%" stop-color="#a7fade"/><stop offset="24%" stop-color="#9ff9dc"/><stop offset="27.43%" stop-color="#97f8da"/><stop offset="30.86%" stop-color="#8ef7d7"/><stop offset="34.29%" stop-color="#84f6d5"/><stop offset="37.71%" stop-color="#7af5d3"/><stop offset="41.14%" stop-color="#70f4d1"/><stop offset="44.57%" stop-color="#64f3ce"/><stop offset="48%" stop-color="#57f2cc"/><stop offset="51.71%" stop-color="#54ecd0"/><stop offset="55.43%" stop-color="#52e6d5"/><stop offset="59.14%" stop-color="#50dfd9"/><stop offset="62.86%" stop-color="#4ed9dd"/><stop offset="66.57%" stop-color="#4cd3e0"/><stop offset="70.29%" stop-color="#4acce4"/><stop offset="74%" stop-color="#49c6e7"/><stop offset="77.71%" stop-color="#48bfea"/><stop offset="81.43%" stop-color="#47b9ed"/><stop offset="85.14%" stop-color="#46b2f0"/><stop offset="88.86%" stop-color="#45abf3"/><stop offset="92.57%" stop-color="#45a4f6"/><stop offset="96.29%" stop-color="#459df8"/><stop offset="100%" stop-color="#4596fb"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"supreme-sky": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.831,
1,
0.925
],
"hex": "#d4ffec"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.341,
0.949,
0.8
],
"hex": "#57f2cc"
},
"position": 0.48
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.271,
0.588,
0.984
],
"hex": "#4596fb"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(135deg in oklab, #d4ffec 0%, #57f2cc 48%, #4596fb 100%)",
"interpolation": "oklab",
"angle": 135,
"name": "Supreme Sky",
"contrast": {
"white": {
"ratio": 1.087,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 7.009,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Supreme Sky (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 Supreme Sky gradient (#d4ffec, #57f2cc, #4596fb), 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