Named gradient · uiGradients
Reaqua
Reaqua is a green gradient from uiGradients (MIT) — #799f0c → #acbb78 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.07:1 at 100% (fails AA); black ink: worst 6.78:1 at 0% (AA) → use black text.
- Banding high: ~13px bands at 1440px — add grain 28 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #799f0c 0%, #7da11d 7.14%, #80a328 14.29%, #84a531 21.43%, #87a73a 28.57%, #8ba941 35.71%, #8fab48 42.86%, #92ad4f 50%, #96af55 57.14%, #9ab15b 64.29%, #9db361 71.43%, #a1b567 78.57%, #a5b76d 85.71%, #a8b972 92.86%, #acbb78 100%);
background-image: linear-gradient(90deg in oklab, #799f0c 0%, #acbb78 100%);
}bg-linear-to-r/oklab from-[#799f0c] to-[#acbb78]
<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="#799f0c"/><stop offset="7.14%" stop-color="#7da11d"/><stop offset="14.29%" stop-color="#80a328"/><stop offset="21.43%" stop-color="#84a531"/><stop offset="28.57%" stop-color="#87a73a"/><stop offset="35.71%" stop-color="#8ba941"/><stop offset="42.86%" stop-color="#8fab48"/><stop offset="50%" stop-color="#92ad4f"/><stop offset="57.14%" stop-color="#96af55"/><stop offset="64.29%" stop-color="#9ab15b"/><stop offset="71.43%" stop-color="#9db361"/><stop offset="78.57%" stop-color="#a1b567"/><stop offset="85.71%" stop-color="#a5b76d"/><stop offset="92.86%" stop-color="#a8b972"/><stop offset="100%" stop-color="#acbb78"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"reaqua": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.475,
0.624,
0.047
],
"hex": "#799f0c"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.675,
0.733,
0.471
],
"hex": "#acbb78"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #799f0c 0%, #acbb78 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Reaqua",
"contrast": {
"white": {
"ratio": 2.072,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 6.778,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Reaqua (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More green 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 Reaqua gradient (#799f0c, #acbb78), 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