#fd587f
a light, electric red · warm · closest name: crimson
RGB
253, 88, 127
HSL
346°, 98%, 67%
CMYK
0, 65, 50, 1
Luminance
0.2939
Every format
| HEX | #fd587f |
| RGB | rgb(253, 88, 127) |
| HSL | hsl(346, 98%, 67%) |
| CMYK | cmyk(0%, 65%, 50%, 1%) |
| LAB | lab(61.1 65.2 13.5) |
| LCH | lch(61.1 66.6 11.7) |
| OKLCH | oklch(0.691 0.201 9.9) |
Copy-ready code
/* CSS */
color: #fd587f;
background-color: #fd587f;
/* Tailwind (arbitrary) */
class="text-[#fd587f] bg-[#fd587f]"
/* SCSS */
$brand: #fd587f;
/* SwiftUI */
Color(red: 0.992, green: 0.345, blue: 0.498)
/* Android */
Color.parseColor("#fd587f")Accessibility — WCAG contrast
Aa
#fd587f on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd587f on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow49.8%
Key (black)0.8%
Color previews
#fd587f text on a black background
contrast 6.88:1
Card sample
#fd587f text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd587f;
Background color
Panel with #fd587f background
background-color: #fd587f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd587f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 88, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 88, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd587f; background: linear-gradient(135deg, #fd587f, #FD9F58);