Named gradient · WebGradients
North Miracle
North Miracle is a purple gradient from WebGradients (MIT) — #00dbde → #fc00ff at 0°. 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.72:1 at 0% (fails AA); black ink: worst 6.58:1 at 100% (AA) → use black text.
- Banding medium: ~6px bands at 1440px — add grain 9 (≈1% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #00dbde 0%, #50d3e1 7.14%, #6fcae4 14.29%, #85c1e6 21.43%, #97b8e9 28.57%, #a6afeb 35.71%, #b4a5ee 42.86%, #c09af0 50%, #ca8ff2 57.14%, #d483f5 64.29%, #dd75f7 71.43%, #e666f9 78.57%, #ee53fb 85.71%, #f53afd 92.86%, #fc00ff 100%);
background-image: linear-gradient(0deg in oklab, #00dbde 0%, #fc00ff 100%);
}bg-linear-to-t/oklab from-[#00dbde] to-[#fc00ff]
<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="720" y1="600" x2="720" y2="0"><stop offset="0%" stop-color="#00dbde"/><stop offset="7.14%" stop-color="#50d3e1"/><stop offset="14.29%" stop-color="#6fcae4"/><stop offset="21.43%" stop-color="#85c1e6"/><stop offset="28.57%" stop-color="#97b8e9"/><stop offset="35.71%" stop-color="#a6afeb"/><stop offset="42.86%" stop-color="#b4a5ee"/><stop offset="50%" stop-color="#c09af0"/><stop offset="57.14%" stop-color="#ca8ff2"/><stop offset="64.29%" stop-color="#d483f5"/><stop offset="71.43%" stop-color="#dd75f7"/><stop offset="78.57%" stop-color="#e666f9"/><stop offset="85.71%" stop-color="#ee53fb"/><stop offset="92.86%" stop-color="#f53afd"/><stop offset="100%" stop-color="#fc00ff"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"north-miracle": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.859,
0.871
],
"hex": "#00dbde"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.988,
0,
1
],
"hex": "#fc00ff"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #00dbde 0%, #fc00ff 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "North Miracle",
"contrast": {
"white": {
"ratio": 1.723,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 6.583,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "North Miracle (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 North Miracle gradient (#00dbde, #fc00ff), 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