#fd84a4
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 132, 164
HSL
344°, 97%, 76%
CMYK
0, 48, 35, 1
Luminance
0.4007
Every format
| HEX | #fd84a4 |
| RGB | rgb(253, 132, 164) |
| HSL | hsl(344, 97%, 76%) |
| CMYK | cmyk(0%, 48%, 35%, 1%) |
| LAB | lab(69.5 49.2 4.3) |
| LCH | lch(69.5 49.4 5.0) |
| OKLCH | oklch(0.756 0.150 4.5) |
Copy-ready code
/* CSS */
color: #fd84a4;
background-color: #fd84a4;
/* Tailwind (arbitrary) */
class="text-[#fd84a4] bg-[#fd84a4]"
/* SCSS */
$brand: #fd84a4;
/* SwiftUI */
Color(red: 0.992, green: 0.518, blue: 0.643)
/* Android */
Color.parseColor("#fd84a4")Accessibility — WCAG contrast
Aa
#fd84a4 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd84a4 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.8%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow35.2%
Key (black)0.8%
Color previews
#fd84a4 text on a black background
contrast 9.01:1
Card sample
#fd84a4 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd84a4;
Background color
Panel with #fd84a4 background
background-color: #fd84a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd84a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 132, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 132, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd84a4; background: linear-gradient(135deg, #fd84a4, #FDB584);