Named gradient · uiGradients
Rose Colored Lenses
Rose Colored Lenses is a red gradient from uiGradients (MIT) — #e8cbc0 → #636fa4 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.53:1 at 0% (fails AA); black ink: worst 4.34:1 at 100% (AA-large only) → use black text.
- Body text fails AA everywhere on this gradient; large text (≥24px / 19px bold) is fine. Add a scrim or lower the chroma for body copy.
- Banding medium: ~11px bands at 1440px — add grain 22 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #e8cbc0 0%, #dec4bf 7.14%, #d4bebd 14.29%, #cab7bb 21.43%, #c0b1ba 28.57%, #b7aab8 35.71%, #ada3b6 42.86%, #a39db4 50%, #9a96b2 57.14%, #9190b0 64.29%, #8789ae 71.43%, #7e83ab 78.57%, #757ca9 85.71%, #6c76a7 92.86%, #636fa4 100%);
background-image: linear-gradient(90deg in oklab, #e8cbc0 0%, #636fa4 100%);
}bg-linear-to-r/oklab from-[#e8cbc0] to-[#636fa4]
<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="#e8cbc0"/><stop offset="7.14%" stop-color="#dec4bf"/><stop offset="14.29%" stop-color="#d4bebd"/><stop offset="21.43%" stop-color="#cab7bb"/><stop offset="28.57%" stop-color="#c0b1ba"/><stop offset="35.71%" stop-color="#b7aab8"/><stop offset="42.86%" stop-color="#ada3b6"/><stop offset="50%" stop-color="#a39db4"/><stop offset="57.14%" stop-color="#9a96b2"/><stop offset="64.29%" stop-color="#9190b0"/><stop offset="71.43%" stop-color="#8789ae"/><stop offset="78.57%" stop-color="#7e83ab"/><stop offset="85.71%" stop-color="#757ca9"/><stop offset="92.86%" stop-color="#6c76a7"/><stop offset="100%" stop-color="#636fa4"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"rose-colored-lenses": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.91,
0.796,
0.753
],
"hex": "#e8cbc0"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.388,
0.435,
0.643
],
"hex": "#636fa4"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #e8cbc0 0%, #636fa4 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Rose Colored Lenses",
"contrast": {
"white": {
"ratio": 1.529,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 4.34,
"at": 1,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Rose Colored Lenses (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More red 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 Rose Colored Lenses gradient (#e8cbc0, #636fa4), 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