Named gradient · uiGradients
Ibtesam
Ibtesam is a green gradient from uiGradients (MIT) — #00f5a0 → #00d9f5 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 2% (fails AA); black ink: worst 12.23:1 at 98% (AA) → use black text.
- Banding high: ~17px bands at 1440px — add grain 35 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #00f5a0 0%, #00f3a7 7.14%, #00f1ae 14.29%, #00f0b5 21.43%, #00eebb 28.57%, #00ecc1 35.71%, #00eac7 42.86%, #00e8cd 50%, #00e6d3 57.14%, #00e4d9 64.29%, #00e2df 71.43%, #00e0e4 78.57%, #00ddea 85.71%, #00dbf0 92.86%, #00d9f5 100%);
background-image: linear-gradient(90deg in oklab, #00f5a0 0%, #00d9f5 100%);
}bg-linear-to-r/oklab from-[#00f5a0] to-[#00d9f5]
<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="#00f5a0"/><stop offset="7.14%" stop-color="#00f3a7"/><stop offset="14.29%" stop-color="#00f1ae"/><stop offset="21.43%" stop-color="#00f0b5"/><stop offset="28.57%" stop-color="#00eebb"/><stop offset="35.71%" stop-color="#00ecc1"/><stop offset="42.86%" stop-color="#00eac7"/><stop offset="50%" stop-color="#00e8cd"/><stop offset="57.14%" stop-color="#00e6d3"/><stop offset="64.29%" stop-color="#00e4d9"/><stop offset="71.43%" stop-color="#00e2df"/><stop offset="78.57%" stop-color="#00e0e4"/><stop offset="85.71%" stop-color="#00ddea"/><stop offset="92.86%" stop-color="#00dbf0"/><stop offset="100%" stop-color="#00d9f5"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"ibtesam": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.961,
0.627
],
"hex": "#00f5a0"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.851,
0.961
],
"hex": "#00d9f5"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #00f5a0 0%, #00d9f5 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Ibtesam",
"contrast": {
"white": {
"ratio": 1.44,
"at": 0.0159,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 12.231,
"at": 0.9841,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Ibtesam (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 Ibtesam gradient (#00f5a0, #00d9f5), 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