#fd80bc
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 128, 188
HSL
331°, 97%, 75%
CMYK
0, 49, 26, 1
Luminance
0.3995
Every format
| HEX | #fd80bc |
| RGB | rgb(253, 128, 188) |
| HSL | hsl(331, 97%, 75%) |
| CMYK | cmyk(0%, 49%, 26%, 1%) |
| LAB | lab(69.4 54.1 -9.3) |
| LCH | lch(69.4 54.9 350.3) |
| OKLCH | oklch(0.758 0.165 351.7) |
Copy-ready code
/* CSS */
color: #fd80bc;
background-color: #fd80bc;
/* Tailwind (arbitrary) */
class="text-[#fd80bc] bg-[#fd80bc]"
/* SCSS */
$brand: #fd80bc;
/* SwiftUI */
Color(red: 0.992, green: 0.502, blue: 0.737)
/* Android */
Color.parseColor("#fd80bc")Accessibility — WCAG contrast
Aa
#fd80bc on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd80bc on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green50.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow25.7%
Key (black)0.8%
Color previews
#fd80bc text on a black background
contrast 8.99:1
Card sample
#fd80bc text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd80bc;
Background color
Panel with #fd80bc background
background-color: #fd80bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd80bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 128, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 128, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd80bc; background: linear-gradient(135deg, #fd80bc, #FD9780);