Named gradient · uiGradients
Intuitive Purple
Intuitive Purple is a purple gradient from uiGradients (MIT) — #da22ff → #9733ee 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.71:1 at 0% (AA-large only); black ink: worst 4.02: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: ~21px bands at 1440px — add grain 42 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #da22ff 0%, #d525fe 7.14%, #d027fd 14.29%, #cc29fb 21.43%, #c72bfa 28.57%, #c22cf9 35.71%, #bd2df8 42.86%, #b82ff7 50%, #b430f5 57.14%, #af31f4 64.29%, #aa31f3 71.43%, #a532f2 78.57%, #a132f0 85.71%, #9c33ef 92.86%, #9733ee 100%);
background-image: linear-gradient(90deg in oklab, #da22ff 0%, #9733ee 100%);
}bg-linear-to-r/oklab from-[#da22ff] to-[#9733ee]
<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="#da22ff"/><stop offset="7.14%" stop-color="#d525fe"/><stop offset="14.29%" stop-color="#d027fd"/><stop offset="21.43%" stop-color="#cc29fb"/><stop offset="28.57%" stop-color="#c72bfa"/><stop offset="35.71%" stop-color="#c22cf9"/><stop offset="42.86%" stop-color="#bd2df8"/><stop offset="50%" stop-color="#b82ff7"/><stop offset="57.14%" stop-color="#b430f5"/><stop offset="64.29%" stop-color="#af31f4"/><stop offset="71.43%" stop-color="#aa31f3"/><stop offset="78.57%" stop-color="#a532f2"/><stop offset="85.71%" stop-color="#a132f0"/><stop offset="92.86%" stop-color="#9c33ef"/><stop offset="100%" stop-color="#9733ee"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"intuitive-purple": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.855,
0.133,
1
],
"hex": "#da22ff"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.592,
0.2,
0.933
],
"hex": "#9733ee"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #da22ff 0%, #9733ee 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Intuitive Purple",
"contrast": {
"white": {
"ratio": 3.714,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"black": {
"ratio": 4.024,
"at": 1,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Intuitive Purple (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 Intuitive Purple gradient (#da22ff, #9733ee), 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