Named gradient · uiGradients
Grapefruit Sunset
Grapefruit Sunset is a red gradient from uiGradients (MIT) — #e96443 → #904e95 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 3.30:1 at 0% (AA-large only); black ink: worst 3.71: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 high: ~16px bands at 1440px — add grain 33 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #e96443 0%, #e2634c 7.14%, #dc6255 14.29%, #d5625c 21.43%, #cf6063 28.57%, #c85f69 35.71%, #c25e6f 42.86%, #bb5c75 50%, #b55b7a 57.14%, #af597f 64.29%, #a85784 71.43%, #a25588 78.57%, #9c538d 85.71%, #965191 92.86%, #904e95 100%);
background-image: linear-gradient(90deg in oklab, #e96443 0%, #904e95 100%);
}bg-linear-to-r/oklab from-[#e96443] to-[#904e95]
<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="#e96443"/><stop offset="7.14%" stop-color="#e2634c"/><stop offset="14.29%" stop-color="#dc6255"/><stop offset="21.43%" stop-color="#d5625c"/><stop offset="28.57%" stop-color="#cf6063"/><stop offset="35.71%" stop-color="#c85f69"/><stop offset="42.86%" stop-color="#c25e6f"/><stop offset="50%" stop-color="#bb5c75"/><stop offset="57.14%" stop-color="#b55b7a"/><stop offset="64.29%" stop-color="#af597f"/><stop offset="71.43%" stop-color="#a85784"/><stop offset="78.57%" stop-color="#a25588"/><stop offset="85.71%" stop-color="#9c538d"/><stop offset="92.86%" stop-color="#965191"/><stop offset="100%" stop-color="#904e95"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"grapefruit-sunset": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.914,
0.392,
0.263
],
"hex": "#e96443"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.565,
0.306,
0.584
],
"hex": "#904e95"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #e96443 0%, #904e95 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Grapefruit Sunset",
"contrast": {
"white": {
"ratio": 3.297,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"black": {
"ratio": 3.71,
"at": 1,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Grapefruit Sunset (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 Grapefruit Sunset gradient (#e96443, #904e95), 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