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