Grapefruit
#fd5956
Grapefruit, represented by the hex value #fd5956, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fd5956 | |
|---|---|---|
| RGB | rgb(253, 89, 86) | |
| HSL | hsl(1, 98%, 66%) | |
| CMYK | cmyk(0%, 65%, 66%, 1%) | |
| LAB | lab(61, 63, 38) | |
| OKLCH | oklch(0.68 0.2 25) |
Color harmonies
Tints & shades
Code snippets
color: #fd5956;
background-color: #fd5956;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFD5956)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.35, blue: 0.34, alpha: 1.0)