Named gradient · WebGradients
African Field
African Field is a green gradient from WebGradients (MIT) — #65bd60 → #5ac1a8 → #3ec6ed at 0°. 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.00:1 at 50% (fails AA); black ink: worst 9.00:1 at 0% (AA) → use black text.
- Banding medium: ~5px bands at 1440px — add grain 8 (≈1% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #65bd60 0%, #64bd66 1.79%, #63be6c 3.57%, #62be71 5.36%, #62be77 7.14%, #61bf7c 8.93%, #60bf81 10.71%, #5fbf86 12.5%, #5ec08b 14.29%, #5ec090 16.07%, #5dc095 17.86%, #5cc09a 19.64%, #5bc19f 21.43%, #5bc1a3 23.21%, #5ac1a8 25%, #58c1ad 26.79%, #56c2b2 28.57%, #55c2b7 30.36%, #53c3bc 32.14%, #51c3c1 33.93%, #4fc4c6 35.71%, #4dc4cb 37.5%, #4bc4d0 39.29%, #49c5d5 41.07%, #47c5da 42.86%, #45c5df 44.64%, #42c6e3 46.43%, #40c6e8 48.21%, #3ec6ed 50%);
background-image: linear-gradient(0deg in oklab, #65bd60 0%, #5ac1a8 25%, #3ec6ed 50%);
}bg-linear-to-t/oklab from-[#65bd60] via-[#5ac1a8] via-25% to-[#3ec6ed] to-50%
<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="720" y1="600" x2="720" y2="0"><stop offset="0%" stop-color="#65bd60"/><stop offset="1.79%" stop-color="#64bd66"/><stop offset="3.57%" stop-color="#63be6c"/><stop offset="5.36%" stop-color="#62be71"/><stop offset="7.14%" stop-color="#62be77"/><stop offset="8.93%" stop-color="#61bf7c"/><stop offset="10.71%" stop-color="#60bf81"/><stop offset="12.5%" stop-color="#5fbf86"/><stop offset="14.29%" stop-color="#5ec08b"/><stop offset="16.07%" stop-color="#5ec090"/><stop offset="17.86%" stop-color="#5dc095"/><stop offset="19.64%" stop-color="#5cc09a"/><stop offset="21.43%" stop-color="#5bc19f"/><stop offset="23.21%" stop-color="#5bc1a3"/><stop offset="25%" stop-color="#5ac1a8"/><stop offset="26.79%" stop-color="#58c1ad"/><stop offset="28.57%" stop-color="#56c2b2"/><stop offset="30.36%" stop-color="#55c2b7"/><stop offset="32.14%" stop-color="#53c3bc"/><stop offset="33.93%" stop-color="#51c3c1"/><stop offset="35.71%" stop-color="#4fc4c6"/><stop offset="37.5%" stop-color="#4dc4cb"/><stop offset="39.29%" stop-color="#4bc4d0"/><stop offset="41.07%" stop-color="#49c5d5"/><stop offset="42.86%" stop-color="#47c5da"/><stop offset="44.64%" stop-color="#45c5df"/><stop offset="46.43%" stop-color="#42c6e3"/><stop offset="48.21%" stop-color="#40c6e8"/><stop offset="50%" stop-color="#3ec6ed"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"african-field": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.396,
0.741,
0.376
],
"hex": "#65bd60"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.353,
0.757,
0.659
],
"hex": "#5ac1a8"
},
"position": 0.25
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.243,
0.776,
0.929
],
"hex": "#3ec6ed"
},
"position": 0.5
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #65bd60 0%, #5ac1a8 25%, #3ec6ed 50%)",
"interpolation": "oklab",
"angle": 0,
"name": "African Field",
"contrast": {
"white": {
"ratio": 1.999,
"at": 0.5,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 9.001,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "African Field (WebGradients, 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 African Field gradient (#65bd60, #5ac1a8, #3ec6ed), 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 WebGradients (MIT) — licences