Named gradient · WebGradients
Sea Lord
Sea Lord is a purple gradient from WebGradients (MIT) — #2cd8d5 → #c5c1ff → #ffbac3 at 135°. 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.61:1 at 100% (fails AA); black ink: worst 11.85:1 at 2% (AA) → use black text.
- Banding high: ~11px bands at 1440px — add grain 22 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(135deg, #2cd8d5 0%, #45d7d8 4%, #56d5db 8%, #64d4de 12%, #71d2e1 16%, #7cd1e4 20%, #86cfe7 24%, #8fceea 28%, #98cced 32%, #a0caf0 36%, #a8c9f3 40%, #b0c7f6 44%, #b7c5f9 48%, #bec3fc 52%, #c5c1ff 56%, #c9c1fb 59.14%, #cec0f7 62.29%, #d2c0f3 65.43%, #d6c0ee 68.57%, #dbbfea 71.71%, #dfbfe6 74.86%, #e3bee2 78%, #e7bede 81.14%, #ebbdd9 84.29%, #efbdd5 87.43%, #f3bcd0 90.57%, #f7bbcc 93.71%, #fbbbc8 96.86%, #ffbac3 100%);
background-image: linear-gradient(135deg in oklab, #2cd8d5 0%, #c5c1ff 56%, #ffbac3 100%);
}bg-linear-to-br/oklab from-[#2cd8d5] via-[#c5c1ff] via-56% to-[#ffbac3]
<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="210" y1="-210" x2="1230" y2="810"><stop offset="0%" stop-color="#2cd8d5"/><stop offset="4%" stop-color="#45d7d8"/><stop offset="8%" stop-color="#56d5db"/><stop offset="12%" stop-color="#64d4de"/><stop offset="16%" stop-color="#71d2e1"/><stop offset="20%" stop-color="#7cd1e4"/><stop offset="24%" stop-color="#86cfe7"/><stop offset="28%" stop-color="#8fceea"/><stop offset="32%" stop-color="#98cced"/><stop offset="36%" stop-color="#a0caf0"/><stop offset="40%" stop-color="#a8c9f3"/><stop offset="44%" stop-color="#b0c7f6"/><stop offset="48%" stop-color="#b7c5f9"/><stop offset="52%" stop-color="#bec3fc"/><stop offset="56%" stop-color="#c5c1ff"/><stop offset="59.14%" stop-color="#c9c1fb"/><stop offset="62.29%" stop-color="#cec0f7"/><stop offset="65.43%" stop-color="#d2c0f3"/><stop offset="68.57%" stop-color="#d6c0ee"/><stop offset="71.71%" stop-color="#dbbfea"/><stop offset="74.86%" stop-color="#dfbfe6"/><stop offset="78%" stop-color="#e3bee2"/><stop offset="81.14%" stop-color="#e7bede"/><stop offset="84.29%" stop-color="#ebbdd9"/><stop offset="87.43%" stop-color="#efbdd5"/><stop offset="90.57%" stop-color="#f3bcd0"/><stop offset="93.71%" stop-color="#f7bbcc"/><stop offset="96.86%" stop-color="#fbbbc8"/><stop offset="100%" stop-color="#ffbac3"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"sea-lord": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.173,
0.847,
0.835
],
"hex": "#2cd8d5"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.773,
0.757,
1
],
"hex": "#c5c1ff"
},
"position": 0.56
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.729,
0.765
],
"hex": "#ffbac3"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(135deg in oklab, #2cd8d5 0%, #c5c1ff 56%, #ffbac3 100%)",
"interpolation": "oklab",
"angle": 135,
"name": "Sea Lord",
"contrast": {
"white": {
"ratio": 1.606,
"at": 0.9966,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 11.854,
"at": 0.0159,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Sea Lord (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More purple 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 Sea Lord gradient (#2cd8d5, #c5c1ff, #ffbac3), 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