#fd84a0
a light, electric red · warm · closest name: salmon
RGB
253, 132, 160
HSL
346°, 97%, 76%
CMYK
0, 48, 37, 1
Luminance
0.3992
Every format
| HEX | #fd84a0 |
| RGB | rgb(253, 132, 160) |
| HSL | hsl(346, 97%, 76%) |
| CMYK | cmyk(0%, 48%, 37%, 1%) |
| LAB | lab(69.4 48.7 6.4) |
| LCH | lch(69.4 49.2 7.5) |
| OKLCH | oklch(0.755 0.149 6.6) |
Copy-ready code
/* CSS */
color: #fd84a0;
background-color: #fd84a0;
/* Tailwind (arbitrary) */
class="text-[#fd84a0] bg-[#fd84a0]"
/* SCSS */
$brand: #fd84a0;
/* SwiftUI */
Color(red: 0.992, green: 0.518, blue: 0.627)
/* Android */
Color.parseColor("#fd84a0")Accessibility — WCAG contrast
Aa
#fd84a0 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd84a0 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.8%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow36.8%
Key (black)0.8%
Color previews
#fd84a0 text on a black background
contrast 8.98:1
Card sample
#fd84a0 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd84a0;
Background color
Panel with #fd84a0 background
background-color: #fd84a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd84a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 132, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 132, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd84a0; background: linear-gradient(135deg, #fd84a0, #FDB984);