Named gradient · uiGradients
Quepal
Quepal is a teal gradient from uiGradients (MIT) — #11998e → #38ef7d 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.52:1 at 100% (fails AA); black ink: worst 5.97:1 at 0% (AA) → use black text.
- Banding medium: ~17px bands at 1440px — add grain 34 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #11998e 0%, #139f8e 7.14%, #16a58d 14.29%, #18ab8d 21.43%, #1bb18c 28.57%, #1db78b 35.71%, #20bd8a 42.86%, #23c489 50%, #26ca88 57.14%, #29d087 64.29%, #2cd685 71.43%, #2fdc83 78.57%, #32e382 85.71%, #35e97f 92.86%, #38ef7d 100%);
background-image: linear-gradient(90deg in oklab, #11998e 0%, #38ef7d 100%);
}bg-linear-to-r/oklab from-[#11998e] to-[#38ef7d]
<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="#11998e"/><stop offset="7.14%" stop-color="#139f8e"/><stop offset="14.29%" stop-color="#16a58d"/><stop offset="21.43%" stop-color="#18ab8d"/><stop offset="28.57%" stop-color="#1bb18c"/><stop offset="35.71%" stop-color="#1db78b"/><stop offset="42.86%" stop-color="#20bd8a"/><stop offset="50%" stop-color="#23c489"/><stop offset="57.14%" stop-color="#26ca88"/><stop offset="64.29%" stop-color="#29d087"/><stop offset="71.43%" stop-color="#2cd685"/><stop offset="78.57%" stop-color="#2fdc83"/><stop offset="85.71%" stop-color="#32e382"/><stop offset="92.86%" stop-color="#35e97f"/><stop offset="100%" stop-color="#38ef7d"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"quepal": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.067,
0.6,
0.557
],
"hex": "#11998e"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.22,
0.937,
0.49
],
"hex": "#38ef7d"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #11998e 0%, #38ef7d 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Quepal",
"contrast": {
"white": {
"ratio": 1.521,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 5.971,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Quepal (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 Quepal gradient (#11998e, #38ef7d), 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