Named gradient · uiGradients
Miaka
Miaka is a red gradient from uiGradients (MIT) — #fc354c → #0abfbc 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 2.29:1 at 100% (fails AA); black ink: worst 5.75:1 at 0% (AA) → use black text.
- Banding medium: ~6px bands at 1440px — add grain 10 (≈1% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #fc354c 0%, #f44a55 7.14%, #ec5a5e 14.29%, #e36766 21.43%, #da736f 28.57%, #d07d77 35.71%, #c6867f 42.86%, #ba8f86 50%, #ae978e 57.14%, #a19e96 64.29%, #91a59e 71.43%, #80aca5 78.57%, #6ab3ad 85.71%, #4db9b4 92.86%, #0abfbc 100%);
background-image: linear-gradient(90deg in oklab, #fc354c 0%, #0abfbc 100%);
}bg-linear-to-r/oklab from-[#fc354c] to-[#0abfbc]
<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="#fc354c"/><stop offset="7.14%" stop-color="#f44a55"/><stop offset="14.29%" stop-color="#ec5a5e"/><stop offset="21.43%" stop-color="#e36766"/><stop offset="28.57%" stop-color="#da736f"/><stop offset="35.71%" stop-color="#d07d77"/><stop offset="42.86%" stop-color="#c6867f"/><stop offset="50%" stop-color="#ba8f86"/><stop offset="57.14%" stop-color="#ae978e"/><stop offset="64.29%" stop-color="#a19e96"/><stop offset="71.43%" stop-color="#91a59e"/><stop offset="78.57%" stop-color="#80aca5"/><stop offset="85.71%" stop-color="#6ab3ad"/><stop offset="92.86%" stop-color="#4db9b4"/><stop offset="100%" stop-color="#0abfbc"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"miaka": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.988,
0.208,
0.298
],
"hex": "#fc354c"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.039,
0.749,
0.737
],
"hex": "#0abfbc"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #fc354c 0%, #0abfbc 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Miaka",
"contrast": {
"white": {
"ratio": 2.285,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 5.753,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Miaka (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More red 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 Miaka gradient (#fc354c, #0abfbc), 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