Named gradient · WebGradients
Mind Crawl
Mind Crawl is a purple gradient from WebGradients (MIT) — #473b7b → #3584a7 → #30d2be at 135°. 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.89:1 at 100% (fails AA); black ink: worst 2.18:1 at 0% (fails AA) → use black text.
- Neither ink passes AA at the worst point — treat as decorative or add a scrim (rgba(0,0,0,.35) typically lifts white ink past 4:1).
- Banding high: ~10px bands at 1440px — add grain 21 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(135deg, #473b7b 0%, #47407e 3.64%, #474681 7.29%, #474b84 10.93%, #475088 14.57%, #46558b 18.21%, #465a8e 21.86%, #456091 25.5%, #436594 29.14%, #426a97 32.79%, #406f9a 36.43%, #3e749e 40.07%, #3c7aa1 43.71%, #397fa4 47.36%, #3584a7 51%, #3589a9 54.5%, #358fab 58%, #3594ac 61.5%, #359aae 65%, #35a0b0 68.5%, #34a5b2 72%, #34abb3 75.5%, #34b0b5 79%, #33b6b6 82.5%, #33bbb8 86%, #32c1ba 89.5%, #32c7bb 93%, #31ccbd 96.5%, #30d2be 100%);
background-image: linear-gradient(135deg in oklab, #473b7b 0%, #3584a7 51%, #30d2be 100%);
}bg-linear-to-br/oklab from-[#473b7b] via-[#3584a7] via-51% to-[#30d2be]
<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="210" y1="-210" x2="1230" y2="810"><stop offset="0%" stop-color="#473b7b"/><stop offset="3.64%" stop-color="#47407e"/><stop offset="7.29%" stop-color="#474681"/><stop offset="10.93%" stop-color="#474b84"/><stop offset="14.57%" stop-color="#475088"/><stop offset="18.21%" stop-color="#46558b"/><stop offset="21.86%" stop-color="#465a8e"/><stop offset="25.5%" stop-color="#456091"/><stop offset="29.14%" stop-color="#436594"/><stop offset="32.79%" stop-color="#426a97"/><stop offset="36.43%" stop-color="#406f9a"/><stop offset="40.07%" stop-color="#3e749e"/><stop offset="43.71%" stop-color="#3c7aa1"/><stop offset="47.36%" stop-color="#397fa4"/><stop offset="51%" stop-color="#3584a7"/><stop offset="54.5%" stop-color="#3589a9"/><stop offset="58%" stop-color="#358fab"/><stop offset="61.5%" stop-color="#3594ac"/><stop offset="65%" stop-color="#359aae"/><stop offset="68.5%" stop-color="#35a0b0"/><stop offset="72%" stop-color="#34a5b2"/><stop offset="75.5%" stop-color="#34abb3"/><stop offset="79%" stop-color="#34b0b5"/><stop offset="82.5%" stop-color="#33b6b6"/><stop offset="86%" stop-color="#33bbb8"/><stop offset="89.5%" stop-color="#32c1ba"/><stop offset="93%" stop-color="#32c7bb"/><stop offset="96.5%" stop-color="#31ccbd"/><stop offset="100%" stop-color="#30d2be"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"mind-crawl": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.278,
0.231,
0.482
],
"hex": "#473b7b"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.208,
0.518,
0.655
],
"hex": "#3584a7"
},
"position": 0.51
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.188,
0.824,
0.745
],
"hex": "#30d2be"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(135deg in oklab, #473b7b 0%, #3584a7 51%, #30d2be 100%)",
"interpolation": "oklab",
"angle": 135,
"name": "Mind Crawl",
"contrast": {
"white": {
"ratio": 1.894,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 2.18,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"suggestedInk": "#000000"
}
}
},
"$description": "Mind Crawl (WebGradients, 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 Mind Crawl gradient (#473b7b, #3584a7, #30d2be), 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 WebGradients (MIT) — licences