#fd588f
a light, electric magenta / pink · warm · closest name: crimson
RGB
253, 88, 143
HSL
340°, 98%, 67%
CMYK
0, 65, 44, 1
Luminance
0.2985
Every format
| HEX | #fd588f |
| RGB | rgb(253, 88, 143) |
| HSL | hsl(340, 98%, 67%) |
| CMYK | cmyk(0%, 65%, 44%, 1%) |
| LAB | lab(61.5 66.6 4.7) |
| LCH | lch(61.5 66.8 4.1) |
| OKLCH | oklch(0.695 0.204 3.6) |
Copy-ready code
/* CSS */
color: #fd588f;
background-color: #fd588f;
/* Tailwind (arbitrary) */
class="text-[#fd588f] bg-[#fd588f]"
/* SCSS */
$brand: #fd588f;
/* SwiftUI */
Color(red: 0.992, green: 0.345, blue: 0.561)
/* Android */
Color.parseColor("#fd588f")Accessibility — WCAG contrast
Aa
#fd588f on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd588f on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow43.5%
Key (black)0.8%
Color previews
#fd588f text on a black background
contrast 6.97:1
Card sample
#fd588f text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd588f;
Background color
Panel with #fd588f background
background-color: #fd588f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd588f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 88, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 88, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd588f; background: linear-gradient(135deg, #fd588f, #FD8F58);