Named gradient · uiGradients
Aqualicious
Aqualicious is a teal gradient from uiGradients (MIT) — #50c9c3 → #96deda 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 1.53:1 at 100% (fails AA); black ink: worst 10.48:1 at 0% (AA) → use black text.
- Banding high: ~21px bands at 1440px — add grain 41 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #50c9c3 0%, #56cbc5 7.14%, #5cccc6 14.29%, #62cec8 21.43%, #67cfca 28.57%, #6cd1cb 35.71%, #71d2cd 42.86%, #76d4ce 50%, #7bd5d0 57.14%, #80d7d2 64.29%, #84d8d3 71.43%, #89dad5 78.57%, #8ddbd7 85.71%, #92ddd8 92.86%, #96deda 100%);
background-image: linear-gradient(90deg in oklab, #50c9c3 0%, #96deda 100%);
}bg-linear-to-r/oklab from-[#50c9c3] to-[#96deda]
<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="#50c9c3"/><stop offset="7.14%" stop-color="#56cbc5"/><stop offset="14.29%" stop-color="#5cccc6"/><stop offset="21.43%" stop-color="#62cec8"/><stop offset="28.57%" stop-color="#67cfca"/><stop offset="35.71%" stop-color="#6cd1cb"/><stop offset="42.86%" stop-color="#71d2cd"/><stop offset="50%" stop-color="#76d4ce"/><stop offset="57.14%" stop-color="#7bd5d0"/><stop offset="64.29%" stop-color="#80d7d2"/><stop offset="71.43%" stop-color="#84d8d3"/><stop offset="78.57%" stop-color="#89dad5"/><stop offset="85.71%" stop-color="#8ddbd7"/><stop offset="92.86%" stop-color="#92ddd8"/><stop offset="100%" stop-color="#96deda"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"aqualicious": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.314,
0.788,
0.765
],
"hex": "#50c9c3"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.588,
0.871,
0.855
],
"hex": "#96deda"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #50c9c3 0%, #96deda 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Aqualicious",
"contrast": {
"white": {
"ratio": 1.526,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 10.484,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Aqualicious (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More teal 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 Aqualicious gradient (#50c9c3, #96deda), 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