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