Named gradient · uiGradients
Jodhpur
Jodhpur is a blue gradient from uiGradients (MIT) — #9cecfb → #65c7f7 → #0052d4 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.33:1 at 0% (fails AA); black ink: worst 3.16:1 at 100% (AA-large only) → use black text.
- Body text fails AA everywhere on this gradient; large text (≥24px / 19px bold) is fine. Add a scrim or lower the chroma for body copy.
- Banding high: ~13px bands at 1440px — add grain 27 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #9cecfb 0%, #98e9fb 3.57%, #94e7fb 7.14%, #91e4fa 10.71%, #8de1fa 14.29%, #89dffa 17.86%, #85dcfa 21.43%, #81daf9 25%, #7dd7f9 28.57%, #79d4f9 32.14%, #75d2f8 35.71%, #71cff8 39.29%, #6dccf8 42.86%, #69caf7 46.43%, #65c7f7 50%, #5ebff5 53.57%, #56b7f3 57.14%, #4faff1 60.71%, #47a7ee 64.29%, #409fec 67.86%, #3997ea 71.43%, #318fe7 75%, #2a86e5 78.57%, #237ee2 82.14%, #1b76df 85.71%, #146ddd 89.29%, #0c64da 92.86%, #045bd7 96.43%, #0052d4 100%);
background-image: linear-gradient(90deg in oklab, #9cecfb 0%, #65c7f7 50%, #0052d4 100%);
}bg-linear-to-r/oklab from-[#9cecfb] via-[#65c7f7] to-[#0052d4]
<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="#9cecfb"/><stop offset="3.57%" stop-color="#98e9fb"/><stop offset="7.14%" stop-color="#94e7fb"/><stop offset="10.71%" stop-color="#91e4fa"/><stop offset="14.29%" stop-color="#8de1fa"/><stop offset="17.86%" stop-color="#89dffa"/><stop offset="21.43%" stop-color="#85dcfa"/><stop offset="25%" stop-color="#81daf9"/><stop offset="28.57%" stop-color="#7dd7f9"/><stop offset="32.14%" stop-color="#79d4f9"/><stop offset="35.71%" stop-color="#75d2f8"/><stop offset="39.29%" stop-color="#71cff8"/><stop offset="42.86%" stop-color="#6dccf8"/><stop offset="46.43%" stop-color="#69caf7"/><stop offset="50%" stop-color="#65c7f7"/><stop offset="53.57%" stop-color="#5ebff5"/><stop offset="57.14%" stop-color="#56b7f3"/><stop offset="60.71%" stop-color="#4faff1"/><stop offset="64.29%" stop-color="#47a7ee"/><stop offset="67.86%" stop-color="#409fec"/><stop offset="71.43%" stop-color="#3997ea"/><stop offset="75%" stop-color="#318fe7"/><stop offset="78.57%" stop-color="#2a86e5"/><stop offset="82.14%" stop-color="#237ee2"/><stop offset="85.71%" stop-color="#1b76df"/><stop offset="89.29%" stop-color="#146ddd"/><stop offset="92.86%" stop-color="#0c64da"/><stop offset="96.43%" stop-color="#045bd7"/><stop offset="100%" stop-color="#0052d4"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"jodhpur": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.612,
0.925,
0.984
],
"hex": "#9cecfb"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.396,
0.78,
0.969
],
"hex": "#65c7f7"
},
"position": 0.5
},
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.322,
0.831
],
"hex": "#0052d4"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #9cecfb 0%, #65c7f7 50%, #0052d4 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Jodhpur",
"contrast": {
"white": {
"ratio": 1.329,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 3.158,
"at": 1,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Jodhpur (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More blue 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 Jodhpur gradient (#9cecfb, #65c7f7, #0052d4), 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