Named gradient · WebGradients
Strong Bliss
Strong Bliss is a red gradient from WebGradients (MIT) — #f78ca0 → #f9748f → #fd868c 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.28:1 at 0% (fails AA); black ink: worst 7.92:1 at 19% (AA) → use black text.
- Banding high: ~33px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #f78ca0 0%, #f78a9f 1.36%, #f7899e 2.71%, #f8879c 4.07%, #f8859b 5.43%, #f8849a 6.79%, #f88299 8.14%, #f88097 9.5%, #f87f96 10.86%, #f87d95 12.21%, #f97b94 13.57%, #f97993 14.93%, #f97891 16.29%, #f97690 17.64%, #f9748f 19%, #f9758f 21.93%, #fa778f 24.86%, #fa788e 27.79%, #fa798e 30.71%, #fa7b8e 33.64%, #fb7c8e 36.57%, #fb7d8e 39.5%, #fb7e8d 42.43%, #fc808d 45.36%, #fc818d 48.29%, #fc828d 51.21%, #fc838c 54.14%, #fd858c 57.07%, #fd868c 60%);
background-image: linear-gradient(0deg in oklab, #f78ca0 0%, #f9748f 19%, #fd868c 60%);
}bg-linear-to-t/oklab from-[#f78ca0] via-[#f9748f] via-19% to-[#fd868c] to-60%
<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="#f78ca0"/><stop offset="1.36%" stop-color="#f78a9f"/><stop offset="2.71%" stop-color="#f7899e"/><stop offset="4.07%" stop-color="#f8879c"/><stop offset="5.43%" stop-color="#f8859b"/><stop offset="6.79%" stop-color="#f8849a"/><stop offset="8.14%" stop-color="#f88299"/><stop offset="9.5%" stop-color="#f88097"/><stop offset="10.86%" stop-color="#f87f96"/><stop offset="12.21%" stop-color="#f87d95"/><stop offset="13.57%" stop-color="#f97b94"/><stop offset="14.93%" stop-color="#f97993"/><stop offset="16.29%" stop-color="#f97891"/><stop offset="17.64%" stop-color="#f97690"/><stop offset="19%" stop-color="#f9748f"/><stop offset="21.93%" stop-color="#f9758f"/><stop offset="24.86%" stop-color="#fa778f"/><stop offset="27.79%" stop-color="#fa788e"/><stop offset="30.71%" stop-color="#fa798e"/><stop offset="33.64%" stop-color="#fa7b8e"/><stop offset="36.57%" stop-color="#fb7c8e"/><stop offset="39.5%" stop-color="#fb7d8e"/><stop offset="42.43%" stop-color="#fb7e8d"/><stop offset="45.36%" stop-color="#fc808d"/><stop offset="48.29%" stop-color="#fc818d"/><stop offset="51.21%" stop-color="#fc828d"/><stop offset="54.14%" stop-color="#fc838c"/><stop offset="57.07%" stop-color="#fd858c"/><stop offset="60%" stop-color="#fd868c"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"strong-bliss": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.969,
0.549,
0.627
],
"hex": "#f78ca0"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.976,
0.455,
0.561
],
"hex": "#f9748f"
},
"position": 0.19
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.992,
0.525,
0.549
],
"hex": "#fd868c"
},
"position": 0.6
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #f78ca0 0%, #f9748f 19%, #fd868c 60%)",
"interpolation": "oklab",
"angle": 0,
"name": "Strong Bliss",
"contrast": {
"white": {
"ratio": 2.279,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 7.923,
"at": 0.19,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Strong Bliss (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More red 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 Strong Bliss gradient (#f78ca0, #f9748f, #fd868c), 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