Named gradient · uiGradients
IIIT Delhi
IIIT Delhi is a teal gradient from uiGradients (MIT) — #808080 → #3fada8 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.71:1 at 100% (fails AA); black ink: worst 5.32:1 at 0% (AA) → use black text.
- Banding high: ~22px bands at 1440px — add grain 43 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #808080 0%, #7d8383 7.14%, #7b8786 14.29%, #788a88 21.43%, #758d8b 28.57%, #71908e 35.71%, #6d9491 42.86%, #699794 50%, #659a97 57.14%, #609d9a 64.29%, #5ba09c 71.43%, #56a49f 78.57%, #4fa7a2 85.71%, #48aaa5 92.86%, #3fada8 100%);
background-image: linear-gradient(90deg in oklab, #808080 0%, #3fada8 100%);
}bg-linear-to-r/oklab from-[#808080] to-[#3fada8]
<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="#808080"/><stop offset="7.14%" stop-color="#7d8383"/><stop offset="14.29%" stop-color="#7b8786"/><stop offset="21.43%" stop-color="#788a88"/><stop offset="28.57%" stop-color="#758d8b"/><stop offset="35.71%" stop-color="#71908e"/><stop offset="42.86%" stop-color="#6d9491"/><stop offset="50%" stop-color="#699794"/><stop offset="57.14%" stop-color="#659a97"/><stop offset="64.29%" stop-color="#609d9a"/><stop offset="71.43%" stop-color="#5ba09c"/><stop offset="78.57%" stop-color="#56a49f"/><stop offset="85.71%" stop-color="#4fa7a2"/><stop offset="92.86%" stop-color="#48aaa5"/><stop offset="100%" stop-color="#3fada8"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"iiit-delhi": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.502,
0.502,
0.502
],
"hex": "#808080"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.247,
0.678,
0.659
],
"hex": "#3fada8"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #808080 0%, #3fada8 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "IIIT Delhi",
"contrast": {
"white": {
"ratio": 2.706,
"at": 0.9962,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 5.317,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "IIIT Delhi (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 IIIT Delhi gradient (#808080, #3fada8), 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