Named gradient · uiGradients
Digital Water
Digital Water is a teal gradient from uiGradients (MIT) — #74ebd5 → #acb6e5 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.44:1 at 1% (fails AA); black ink: worst 10.58:1 at 100% (AA) → use black text.
- Banding high: ~26px bands at 1440px — add grain 48 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #74ebd5 0%, #7ae7d6 7.14%, #7fe4d8 14.29%, #85e0d9 21.43%, #89dcda 28.57%, #8ed9db 35.71%, #92d5dd 42.86%, #96d1de 50%, #9acddf 57.14%, #9dcae0 64.29%, #a0c6e1 71.43%, #a3c2e2 78.57%, #a6bee3 85.71%, #a9bae4 92.86%, #acb6e5 100%);
background-image: linear-gradient(90deg in oklab, #74ebd5 0%, #acb6e5 100%);
}bg-linear-to-r/oklab from-[#74ebd5] to-[#acb6e5]
<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="#74ebd5"/><stop offset="7.14%" stop-color="#7ae7d6"/><stop offset="14.29%" stop-color="#7fe4d8"/><stop offset="21.43%" stop-color="#85e0d9"/><stop offset="28.57%" stop-color="#89dcda"/><stop offset="35.71%" stop-color="#8ed9db"/><stop offset="42.86%" stop-color="#92d5dd"/><stop offset="50%" stop-color="#96d1de"/><stop offset="57.14%" stop-color="#9acddf"/><stop offset="64.29%" stop-color="#9dcae0"/><stop offset="71.43%" stop-color="#a0c6e1"/><stop offset="78.57%" stop-color="#a3c2e2"/><stop offset="85.71%" stop-color="#a6bee3"/><stop offset="92.86%" stop-color="#a9bae4"/><stop offset="100%" stop-color="#acb6e5"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"digital-water": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.455,
0.922,
0.835
],
"hex": "#74ebd5"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.675,
0.714,
0.898
],
"hex": "#acb6e5"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #74ebd5 0%, #acb6e5 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Digital Water",
"contrast": {
"white": {
"ratio": 1.438,
"at": 0.0098,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 10.577,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Digital Water (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 Digital Water gradient (#74ebd5, #acb6e5), 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