Named gradient · uiGradients
Portrait
Portrait is a blue gradient from uiGradients (MIT) — #8e9eab → #eef2f3 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.13:1 at 100% (fails AA); black ink: worst 7.63:1 at 0% (AA) → use black text.
- Banding medium: ~15px bands at 1440px — add grain 31 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #8e9eab 0%, #95a4b0 7.14%, #9baab5 14.29%, #a2afba 21.43%, #a9b5bf 28.57%, #afbbc4 35.71%, #b6c1c9 42.86%, #bdc7cf 50%, #c4cdd4 57.14%, #cbd3d9 64.29%, #d2d9de 71.43%, #d9dfe3 78.57%, #e0e6e8 85.71%, #e7ecee 92.86%, #eef2f3 100%);
background-image: linear-gradient(90deg in oklab, #8e9eab 0%, #eef2f3 100%);
}bg-linear-to-r/oklab from-[#8e9eab] to-[#eef2f3]
<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="#8e9eab"/><stop offset="7.14%" stop-color="#95a4b0"/><stop offset="14.29%" stop-color="#9baab5"/><stop offset="21.43%" stop-color="#a2afba"/><stop offset="28.57%" stop-color="#a9b5bf"/><stop offset="35.71%" stop-color="#afbbc4"/><stop offset="42.86%" stop-color="#b6c1c9"/><stop offset="50%" stop-color="#bdc7cf"/><stop offset="57.14%" stop-color="#c4cdd4"/><stop offset="64.29%" stop-color="#cbd3d9"/><stop offset="71.43%" stop-color="#d2d9de"/><stop offset="78.57%" stop-color="#d9dfe3"/><stop offset="85.71%" stop-color="#e0e6e8"/><stop offset="92.86%" stop-color="#e7ecee"/><stop offset="100%" stop-color="#eef2f3"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"portrait": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.557,
0.62,
0.671
],
"hex": "#8e9eab"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.933,
0.949,
0.953
],
"hex": "#eef2f3"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #8e9eab 0%, #eef2f3 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Portrait",
"contrast": {
"white": {
"ratio": 1.127,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 7.629,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Portrait (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 Portrait gradient (#8e9eab, #eef2f3), 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