Named gradient · WebGradients
Faraway River
Faraway River is a purple gradient from WebGradients (MIT) — #6e45e2 → #88d3ce at 340°. 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.71:1 at 100% (fails AA); black ink: worst 3.61:1 at 0% (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 medium: ~10px bands at 1440px — add grain 21 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(340deg, #6e45e2 0%, #7053e2 7.14%, #715fe1 14.29%, #736ae0 21.43%, #7575e0 28.57%, #767fdf 35.71%, #7889dd 42.86%, #7a93dc 50%, #7c9cdb 57.14%, #7ea6d9 64.29%, #80afd7 71.43%, #82b8d5 78.57%, #84c1d3 85.71%, #86cad1 92.86%, #88d3ce 100%);
background-image: linear-gradient(340deg in oklab, #6e45e2 0%, #88d3ce 100%);
}bg-linear-340/oklab from-[#6e45e2] to-[#88d3ce]
<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="900.6421" y1="796.3102" x2="539.3579" y2="-196.3102"><stop offset="0%" stop-color="#6e45e2"/><stop offset="7.14%" stop-color="#7053e2"/><stop offset="14.29%" stop-color="#715fe1"/><stop offset="21.43%" stop-color="#736ae0"/><stop offset="28.57%" stop-color="#7575e0"/><stop offset="35.71%" stop-color="#767fdf"/><stop offset="42.86%" stop-color="#7889dd"/><stop offset="50%" stop-color="#7a93dc"/><stop offset="57.14%" stop-color="#7c9cdb"/><stop offset="64.29%" stop-color="#7ea6d9"/><stop offset="71.43%" stop-color="#80afd7"/><stop offset="78.57%" stop-color="#82b8d5"/><stop offset="85.71%" stop-color="#84c1d3"/><stop offset="92.86%" stop-color="#86cad1"/><stop offset="100%" stop-color="#88d3ce"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"faraway-river": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.431,
0.271,
0.886
],
"hex": "#6e45e2"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.533,
0.827,
0.808
],
"hex": "#88d3ce"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(340deg in oklab, #6e45e2 0%, #88d3ce 100%)",
"interpolation": "oklab",
"angle": 340,
"name": "Faraway River",
"contrast": {
"white": {
"ratio": 1.713,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 3.612,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Faraway River (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 Faraway River gradient (#6e45e2, #88d3ce), 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