Named gradient · uiGradients
Sexy Blue
Sexy Blue is a blue gradient from uiGradients (MIT) — #2193b0 → #6dd5ed 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.70:1 at 100% (fails AA); black ink: worst 5.87:1 at 0% (AA) → use black text.
- Banding medium: ~19px bands at 1440px — add grain 38 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #2193b0 0%, #2898b4 7.14%, #2e9cb9 14.29%, #34a1bd 21.43%, #3aa5c1 28.57%, #3faac5 35.71%, #45afca 42.86%, #4ab4ce 50%, #4fb8d3 57.14%, #54bdd7 64.29%, #59c2db 71.43%, #5ec7e0 78.57%, #63cbe4 85.71%, #68d0e9 92.86%, #6dd5ed 100%);
background-image: linear-gradient(90deg in oklab, #2193b0 0%, #6dd5ed 100%);
}bg-linear-to-r/oklab from-[#2193b0] to-[#6dd5ed]
<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="#2193b0"/><stop offset="7.14%" stop-color="#2898b4"/><stop offset="14.29%" stop-color="#2e9cb9"/><stop offset="21.43%" stop-color="#34a1bd"/><stop offset="28.57%" stop-color="#3aa5c1"/><stop offset="35.71%" stop-color="#3faac5"/><stop offset="42.86%" stop-color="#45afca"/><stop offset="50%" stop-color="#4ab4ce"/><stop offset="57.14%" stop-color="#4fb8d3"/><stop offset="64.29%" stop-color="#54bdd7"/><stop offset="71.43%" stop-color="#59c2db"/><stop offset="78.57%" stop-color="#5ec7e0"/><stop offset="85.71%" stop-color="#63cbe4"/><stop offset="92.86%" stop-color="#68d0e9"/><stop offset="100%" stop-color="#6dd5ed"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"sexy-blue": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.129,
0.576,
0.69
],
"hex": "#2193b0"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.427,
0.835,
0.929
],
"hex": "#6dd5ed"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #2193b0 0%, #6dd5ed 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Sexy Blue",
"contrast": {
"white": {
"ratio": 1.695,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 5.865,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Sexy Blue (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 Sexy Blue gradient (#2193b0, #6dd5ed), 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