#fd84a8
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 132, 168
HSL
342°, 97%, 76%
CMYK
0, 48, 34, 1
Luminance
0.4021
Every format
| HEX | #fd84a8 |
| RGB | rgb(253, 132, 168) |
| HSL | hsl(342, 97%, 76%) |
| CMYK | cmyk(0%, 48%, 34%, 1%) |
| LAB | lab(69.6 49.7 2.2) |
| LCH | lch(69.6 49.7 2.5) |
| OKLCH | oklch(0.758 0.151 2.4) |
Copy-ready code
/* CSS */
color: #fd84a8;
background-color: #fd84a8;
/* Tailwind (arbitrary) */
class="text-[#fd84a8] bg-[#fd84a8]"
/* SCSS */
$brand: #fd84a8;
/* SwiftUI */
Color(red: 0.992, green: 0.518, blue: 0.659)
/* Android */
Color.parseColor("#fd84a8")Accessibility — WCAG contrast
Aa
#fd84a8 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd84a8 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.8%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow33.6%
Key (black)0.8%
Color previews
#fd84a8 text on a black background
contrast 9.04:1
Card sample
#fd84a8 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd84a8;
Background color
Panel with #fd84a8 background
background-color: #fd84a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd84a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 132, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 132, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd84a8; background: linear-gradient(135deg, #fd84a8, #FDB184);