#fd80ab
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 128, 171
HSL
339°, 97%, 75%
CMYK
0, 49, 32, 1
Luminance
0.3926
Every format
| HEX | #fd80ab |
| RGB | rgb(253, 128, 171) |
| HSL | hsl(339, 97%, 75%) |
| CMYK | cmyk(0%, 49%, 32%, 1%) |
| LAB | lab(68.9 52.0 -0.5) |
| LCH | lch(68.9 52.0 359.5) |
| OKLCH | oklch(0.753 0.158 359.8) |
Copy-ready code
/* CSS */
color: #fd80ab;
background-color: #fd80ab;
/* Tailwind (arbitrary) */
class="text-[#fd80ab] bg-[#fd80ab]"
/* SCSS */
$brand: #fd80ab;
/* SwiftUI */
Color(red: 0.992, green: 0.502, blue: 0.671)
/* Android */
Color.parseColor("#fd80ab")Accessibility — WCAG contrast
Aa
#fd80ab on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd80ab on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green50.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow32.4%
Key (black)0.8%
Color previews
#fd80ab text on a black background
contrast 8.85:1
Card sample
#fd80ab text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd80ab;
Background color
Panel with #fd80ab background
background-color: #fd80ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd80ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 128, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 128, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd80ab; background: linear-gradient(135deg, #fd80ab, #FDA880);