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