Named gradient · WebGradients
Itmeo Branding
Itmeo Branding is a green gradient from WebGradients (MIT) — #2af598 → #009efd at 180°. 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 7.31:1 at 100% (AA) → use black text.
- Banding high: ~14px bands at 1440px — add grain 30 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(180deg, #2af598 0%, #23efa2 7.14%, #1beaab 14.29%, #11e4b4 21.43%, #05debc 28.57%, #00d9c4 35.71%, #00d3cb 42.86%, #00cdd2 50%, #00c6d9 57.14%, #00c0df 64.29%, #00bae6 71.43%, #00b3ec 78.57%, #00acf2 85.71%, #00a5f7 92.86%, #009efd 100%);
background-image: linear-gradient(180deg in oklab, #2af598 0%, #009efd 100%);
}bg-linear-to-b/oklab from-[#2af598] to-[#009efd]
<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="0" x2="720" y2="600"><stop offset="0%" stop-color="#2af598"/><stop offset="7.14%" stop-color="#23efa2"/><stop offset="14.29%" stop-color="#1beaab"/><stop offset="21.43%" stop-color="#11e4b4"/><stop offset="28.57%" stop-color="#05debc"/><stop offset="35.71%" stop-color="#00d9c4"/><stop offset="42.86%" stop-color="#00d3cb"/><stop offset="50%" stop-color="#00cdd2"/><stop offset="57.14%" stop-color="#00c6d9"/><stop offset="64.29%" stop-color="#00c0df"/><stop offset="71.43%" stop-color="#00bae6"/><stop offset="78.57%" stop-color="#00b3ec"/><stop offset="85.71%" stop-color="#00acf2"/><stop offset="92.86%" stop-color="#00a5f7"/><stop offset="100%" stop-color="#009efd"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"itmeo-branding": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.165,
0.961,
0.596
],
"hex": "#2af598"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.62,
0.992
],
"hex": "#009efd"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(180deg in oklab, #2af598 0%, #009efd 100%)",
"interpolation": "oklab",
"angle": 180,
"name": "Itmeo Branding",
"contrast": {
"white": {
"ratio": 1.436,
"at": 0.005,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 7.309,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Itmeo Branding (WebGradients, 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 Itmeo Branding gradient (#2af598, #009efd), 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