Named gradient · uiGradients
Omolon
Omolon is a blue gradient from uiGradients (MIT) — #091e3a → #2f80ed → #2d9ee0 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.97:1 at 100% (fails AA); black ink: worst 1.26:1 at 0% (fails AA) → use white text.
- Neither ink passes AA at the worst point — treat as decorative or add a scrim (rgba(0,0,0,.35) typically lifts white ink past 4:1).
- Banding high: ~24px bands at 1440px — add grain 46 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #091e3a 0%, #0c2445 3.57%, #0e2b51 7.14%, #11315c 10.71%, #133869 14.29%, #163e75 17.86%, #194581 21.43%, #1b4c8e 25%, #1e539b 28.57%, #215ba8 32.14%, #2462b6 35.71%, #2669c3 39.29%, #2971d1 42.86%, #2c78df 46.43%, #2f80ed 50%, #2f82ec 53.57%, #2e85eb 57.14%, #2e87ea 60.71%, #2e89e9 64.29%, #2d8be9 67.86%, #2d8de8 71.43%, #2d8fe7 75%, #2d92e6 78.57%, #2d94e5 82.14%, #2d96e4 85.71%, #2d98e3 89.29%, #2d9ae2 92.86%, #2d9ce1 96.43%, #2d9ee0 100%);
background-image: linear-gradient(90deg in oklab, #091e3a 0%, #2f80ed 50%, #2d9ee0 100%);
}bg-linear-to-r/oklab from-[#091e3a] via-[#2f80ed] to-[#2d9ee0]
<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="#091e3a"/><stop offset="3.57%" stop-color="#0c2445"/><stop offset="7.14%" stop-color="#0e2b51"/><stop offset="10.71%" stop-color="#11315c"/><stop offset="14.29%" stop-color="#133869"/><stop offset="17.86%" stop-color="#163e75"/><stop offset="21.43%" stop-color="#194581"/><stop offset="25%" stop-color="#1b4c8e"/><stop offset="28.57%" stop-color="#1e539b"/><stop offset="32.14%" stop-color="#215ba8"/><stop offset="35.71%" stop-color="#2462b6"/><stop offset="39.29%" stop-color="#2669c3"/><stop offset="42.86%" stop-color="#2971d1"/><stop offset="46.43%" stop-color="#2c78df"/><stop offset="50%" stop-color="#2f80ed"/><stop offset="53.57%" stop-color="#2f82ec"/><stop offset="57.14%" stop-color="#2e85eb"/><stop offset="60.71%" stop-color="#2e87ea"/><stop offset="64.29%" stop-color="#2e89e9"/><stop offset="67.86%" stop-color="#2d8be9"/><stop offset="71.43%" stop-color="#2d8de8"/><stop offset="75%" stop-color="#2d8fe7"/><stop offset="78.57%" stop-color="#2d92e6"/><stop offset="82.14%" stop-color="#2d94e5"/><stop offset="85.71%" stop-color="#2d96e4"/><stop offset="89.29%" stop-color="#2d98e3"/><stop offset="92.86%" stop-color="#2d9ae2"/><stop offset="96.43%" stop-color="#2d9ce1"/><stop offset="100%" stop-color="#2d9ee0"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"omolon": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.035,
0.118,
0.227
],
"hex": "#091e3a"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.184,
0.502,
0.929
],
"hex": "#2f80ed"
},
"position": 0.5
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.176,
0.62,
0.878
],
"hex": "#2d9ee0"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #091e3a 0%, #2f80ed 50%, #2d9ee0 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Omolon",
"contrast": {
"white": {
"ratio": 2.967,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 1.258,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"suggestedInk": "#ffffff"
}
}
},
"$description": "Omolon (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 Omolon gradient (#091e3a, #2f80ed, #2d9ee0), 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