#fd84af
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 132, 175
HSL
339°, 97%, 76%
CMYK
0, 48, 31, 1
Luminance
0.4048
Every format
| HEX | #fd84af |
| RGB | rgb(253, 132, 175) |
| HSL | hsl(339, 97%, 76%) |
| CMYK | cmyk(0%, 48%, 31%, 1%) |
| LAB | lab(69.8 50.5 -1.4) |
| LCH | lch(69.8 50.5 358.4) |
| OKLCH | oklch(0.760 0.153 358.8) |
Copy-ready code
/* CSS */
color: #fd84af;
background-color: #fd84af;
/* Tailwind (arbitrary) */
class="text-[#fd84af] bg-[#fd84af]"
/* SCSS */
$brand: #fd84af;
/* SwiftUI */
Color(red: 0.992, green: 0.518, blue: 0.686)
/* Android */
Color.parseColor("#fd84af")Accessibility — WCAG contrast
Aa
#fd84af on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd84af on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow30.8%
Key (black)0.8%
Color previews
#fd84af text on a black background
contrast 9.10:1
Card sample
#fd84af text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd84af;
Background color
Panel with #fd84af background
background-color: #fd84af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd84af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 132, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 132, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd84af; background: linear-gradient(135deg, #fd84af, #FDAA84);