Named gradient · uiGradients
Love Couple
Love Couple is a blue gradient from uiGradients (MIT) — #3a6186 → #89253e 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 6.48:1 at 1% (AA); black ink: worst 2.40:1 at 100% (fails AA) → use white text.
- Banding high: ~18px bands at 1440px — add grain 37 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #3a6186 0%, #445e81 7.14%, #4c5b7c 14.29%, #545877 21.43%, #5a5572 28.57%, #60526d 35.71%, #664e68 42.86%, #6b4a62 50%, #70465d 57.14%, #754258 64.29%, #793d53 71.43%, #7d384e 78.57%, #813349 85.71%, #852c43 92.86%, #89253e 100%);
background-image: linear-gradient(90deg in oklab, #3a6186 0%, #89253e 100%);
}bg-linear-to-r/oklab from-[#3a6186] to-[#89253e]
<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="#3a6186"/><stop offset="7.14%" stop-color="#445e81"/><stop offset="14.29%" stop-color="#4c5b7c"/><stop offset="21.43%" stop-color="#545877"/><stop offset="28.57%" stop-color="#5a5572"/><stop offset="35.71%" stop-color="#60526d"/><stop offset="42.86%" stop-color="#664e68"/><stop offset="50%" stop-color="#6b4a62"/><stop offset="57.14%" stop-color="#70465d"/><stop offset="64.29%" stop-color="#754258"/><stop offset="71.43%" stop-color="#793d53"/><stop offset="78.57%" stop-color="#7d384e"/><stop offset="85.71%" stop-color="#813349"/><stop offset="92.86%" stop-color="#852c43"/><stop offset="100%" stop-color="#89253e"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"love-couple": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.227,
0.38,
0.525
],
"hex": "#3a6186"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.537,
0.145,
0.243
],
"hex": "#89253e"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #3a6186 0%, #89253e 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Love Couple",
"contrast": {
"white": {
"ratio": 6.481,
"at": 0.007,
"passesAA": true,
"passesAALarge": true
},
"black": {
"ratio": 2.398,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"suggestedInk": "#ffffff"
}
}
},
"$description": "Love Couple (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 Love Couple gradient (#3a6186, #89253e), 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