Named gradient · uiGradients
Mild
Mild is a green gradient from uiGradients (MIT) — #67b26f → #4ca2cd 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.57:1 at 2% (fails AA); black ink: worst 7.34:1 at 98% (AA) → use black text.
- Banding high: ~15px bands at 1440px — add grain 31 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #67b26f 0%, #65b177 7.14%, #63b07f 14.29%, #60af86 21.43%, #5eae8d 28.57%, #5cad94 35.71%, #5aac9b 42.86%, #58aba1 50%, #56aaa8 57.14%, #54a9ae 64.29%, #53a8b5 71.43%, #51a6bb 78.57%, #4fa5c1 85.71%, #4da4c7 92.86%, #4ca2cd 100%);
background-image: linear-gradient(90deg in oklab, #67b26f 0%, #4ca2cd 100%);
}bg-linear-to-r/oklab from-[#67b26f] to-[#4ca2cd]
<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="#67b26f"/><stop offset="7.14%" stop-color="#65b177"/><stop offset="14.29%" stop-color="#63b07f"/><stop offset="21.43%" stop-color="#60af86"/><stop offset="28.57%" stop-color="#5eae8d"/><stop offset="35.71%" stop-color="#5cad94"/><stop offset="42.86%" stop-color="#5aac9b"/><stop offset="50%" stop-color="#58aba1"/><stop offset="57.14%" stop-color="#56aaa8"/><stop offset="64.29%" stop-color="#54a9ae"/><stop offset="71.43%" stop-color="#53a8b5"/><stop offset="78.57%" stop-color="#51a6bb"/><stop offset="85.71%" stop-color="#4fa5c1"/><stop offset="92.86%" stop-color="#4da4c7"/><stop offset="100%" stop-color="#4ca2cd"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"mild": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.404,
0.698,
0.435
],
"hex": "#67b26f"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.298,
0.635,
0.804
],
"hex": "#4ca2cd"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #67b26f 0%, #4ca2cd 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Mild",
"contrast": {
"white": {
"ratio": 2.566,
"at": 0.0159,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 7.338,
"at": 0.9821,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Mild (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More green 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 Mild gradient (#67b26f, #4ca2cd), 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