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