#fd5992
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 89, 146
HSL
339°, 98%, 67%
CMYK
0, 65, 42, 1
Luminance
0.3010
Every format
| HEX | #fd5992 |
| RGB | rgb(253, 89, 146) |
| HSL | hsl(339, 98%, 67%) |
| CMYK | cmyk(0%, 65%, 42%, 1%) |
| LAB | lab(61.8 66.5 3.3) |
| LCH | lch(61.8 66.6 2.9) |
| OKLCH | oklch(0.697 0.204 2.6) |
Copy-ready code
/* CSS */
color: #fd5992;
background-color: #fd5992;
/* Tailwind (arbitrary) */
class="text-[#fd5992] bg-[#fd5992]"
/* SCSS */
$brand: #fd5992;
/* SwiftUI */
Color(red: 0.992, green: 0.349, blue: 0.573)
/* Android */
Color.parseColor("#fd5992")Accessibility — WCAG contrast
Aa
#fd5992 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5992 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.9%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow42.3%
Key (black)0.8%
Color previews
#fd5992 text on a black background
contrast 7.02:1
Card sample
#fd5992 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5992;
Background color
Panel with #fd5992 background
background-color: #fd5992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 89, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 89, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5992; background: linear-gradient(135deg, #fd5992, #FD8D59);