Named gradient · uiGradients
Twitch
Twitch is a purple gradient from uiGradients (MIT) — #6441a5 → #2a0845 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 7.39:1 at 0% (AA); black ink: worst 1.22:1 at 100% (fails AA) → use white 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, #6441a5 0%, #603d9e 7.14%, #5b3996 14.29%, #57348f 21.43%, #533088 28.57%, #4f2c81 35.71%, #4a287a 42.86%, #462473 50%, #42206c 57.14%, #3e1c66 64.29%, #3a185f 71.43%, #361458 78.57%, #321052 85.71%, #2e0c4b 92.86%, #2a0845 100%);
background-image: linear-gradient(90deg in oklab, #6441a5 0%, #2a0845 100%);
}bg-linear-to-r/oklab from-[#6441a5] to-[#2a0845]
<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="#6441a5"/><stop offset="7.14%" stop-color="#603d9e"/><stop offset="14.29%" stop-color="#5b3996"/><stop offset="21.43%" stop-color="#57348f"/><stop offset="28.57%" stop-color="#533088"/><stop offset="35.71%" stop-color="#4f2c81"/><stop offset="42.86%" stop-color="#4a287a"/><stop offset="50%" stop-color="#462473"/><stop offset="57.14%" stop-color="#42206c"/><stop offset="64.29%" stop-color="#3e1c66"/><stop offset="71.43%" stop-color="#3a185f"/><stop offset="78.57%" stop-color="#361458"/><stop offset="85.71%" stop-color="#321052"/><stop offset="92.86%" stop-color="#2e0c4b"/><stop offset="100%" stop-color="#2a0845"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"twitch": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.392,
0.255,
0.647
],
"hex": "#6441a5"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.165,
0.031,
0.271
],
"hex": "#2a0845"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #6441a5 0%, #2a0845 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Twitch",
"contrast": {
"white": {
"ratio": 7.391,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"black": {
"ratio": 1.219,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"suggestedInk": "#ffffff"
}
}
},
"$description": "Twitch (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More purple 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 Twitch gradient (#6441a5, #2a0845), 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