Named gradient · uiGradients
Mauve
Mauve is a purple gradient from uiGradients (MIT) — #42275a → #734b6d 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.10:1 at 100% (AA); black ink: worst 1.67:1 at 0% (fails AA) → use white text.
- Banding high: ~29px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #42275a 0%, #452a5b 7.14%, #492c5d 14.29%, #4c2f5e 21.43%, #4f3160 28.57%, #533461 35.71%, #563762 42.86%, #5a3964 50%, #5d3c65 57.14%, #613e66 64.29%, #644168 71.43%, #684369 78.57%, #6c466a 85.71%, #6f486c 92.86%, #734b6d 100%);
background-image: linear-gradient(90deg in oklab, #42275a 0%, #734b6d 100%);
}bg-linear-to-r/oklab from-[#42275a] to-[#734b6d]
<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="#42275a"/><stop offset="7.14%" stop-color="#452a5b"/><stop offset="14.29%" stop-color="#492c5d"/><stop offset="21.43%" stop-color="#4c2f5e"/><stop offset="28.57%" stop-color="#4f3160"/><stop offset="35.71%" stop-color="#533461"/><stop offset="42.86%" stop-color="#563762"/><stop offset="50%" stop-color="#5a3964"/><stop offset="57.14%" stop-color="#5d3c65"/><stop offset="64.29%" stop-color="#613e66"/><stop offset="71.43%" stop-color="#644168"/><stop offset="78.57%" stop-color="#684369"/><stop offset="85.71%" stop-color="#6c466a"/><stop offset="92.86%" stop-color="#6f486c"/><stop offset="100%" stop-color="#734b6d"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"mauve": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.259,
0.153,
0.353
],
"hex": "#42275a"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.451,
0.294,
0.427
],
"hex": "#734b6d"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #42275a 0%, #734b6d 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Mauve",
"contrast": {
"white": {
"ratio": 7.104,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"black": {
"ratio": 1.669,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"suggestedInk": "#ffffff"
}
}
},
"$description": "Mauve (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 Mauve gradient (#42275a, #734b6d), 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