Named gradient · uiGradients
Telko
Telko is a red gradient from uiGradients (MIT) — #f36222 → #5cb644 → #007fc3 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.54:1 at 50% (fails AA); black ink: worst 4.82:1 at 100% (AA) → use black text.
- Banding medium: ~6px bands at 1440px — add grain 9 (≈1% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #f36222 0%, #ec6b25 3.57%, #e47328 7.14%, #dc7b2b 10.71%, #d4822d 14.29%, #cc8830 17.86%, #c38f32 21.43%, #ba9435 25%, #b09a37 28.57%, #a59f39 32.14%, #9aa43b 35.71%, #8da93e 39.29%, #7fad40 42.86%, #6fb242 46.43%, #5cb644 50%, #56b353 53.57%, #50b060 57.14%, #4bac6b 60.71%, #45a976 64.29%, #3fa57f 67.86%, #39a188 71.43%, #329e90 75%, #2c9a98 78.57%, #2596a0 82.14%, #1f92a7 85.71%, #188daf 89.29%, #1089b6 92.86%, #0784bc 96.43%, #007fc3 100%);
background-image: linear-gradient(90deg in oklab, #f36222 0%, #5cb644 50%, #007fc3 100%);
}bg-linear-to-r/oklab from-[#f36222] via-[#5cb644] to-[#007fc3]
<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="#f36222"/><stop offset="3.57%" stop-color="#ec6b25"/><stop offset="7.14%" stop-color="#e47328"/><stop offset="10.71%" stop-color="#dc7b2b"/><stop offset="14.29%" stop-color="#d4822d"/><stop offset="17.86%" stop-color="#cc8830"/><stop offset="21.43%" stop-color="#c38f32"/><stop offset="25%" stop-color="#ba9435"/><stop offset="28.57%" stop-color="#b09a37"/><stop offset="32.14%" stop-color="#a59f39"/><stop offset="35.71%" stop-color="#9aa43b"/><stop offset="39.29%" stop-color="#8da93e"/><stop offset="42.86%" stop-color="#7fad40"/><stop offset="46.43%" stop-color="#6fb242"/><stop offset="50%" stop-color="#5cb644"/><stop offset="53.57%" stop-color="#56b353"/><stop offset="57.14%" stop-color="#50b060"/><stop offset="60.71%" stop-color="#4bac6b"/><stop offset="64.29%" stop-color="#45a976"/><stop offset="67.86%" stop-color="#3fa57f"/><stop offset="71.43%" stop-color="#39a188"/><stop offset="75%" stop-color="#329e90"/><stop offset="78.57%" stop-color="#2c9a98"/><stop offset="82.14%" stop-color="#2596a0"/><stop offset="85.71%" stop-color="#1f92a7"/><stop offset="89.29%" stop-color="#188daf"/><stop offset="92.86%" stop-color="#1089b6"/><stop offset="96.43%" stop-color="#0784bc"/><stop offset="100%" stop-color="#007fc3"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"telko": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.953,
0.384,
0.133
],
"hex": "#f36222"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.361,
0.714,
0.267
],
"hex": "#5cb644"
},
"position": 0.5
},
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.498,
0.765
],
"hex": "#007fc3"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #f36222 0%, #5cb644 50%, #007fc3 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Telko",
"contrast": {
"white": {
"ratio": 2.542,
"at": 0.4958,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 4.824,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Telko (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More red 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 Telko gradient (#f36222, #5cb644, #007fc3), 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