#fd80cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 128, 207
HSL
322°, 97%, 75%
CMYK
0, 49, 18, 1
Luminance
0.4083
Every format
| HEX | #fd80cf |
| RGB | rgb(253, 128, 207) |
| HSL | hsl(322, 97%, 75%) |
| CMYK | cmyk(0%, 49%, 18%, 1%) |
| LAB | lab(70.1 56.8 -19.0) |
| LCH | lch(70.1 59.9 341.5) |
| OKLCH | oklch(0.765 0.176 343.4) |
Copy-ready code
/* CSS */
color: #fd80cf;
background-color: #fd80cf;
/* Tailwind (arbitrary) */
class="text-[#fd80cf] bg-[#fd80cf]"
/* SCSS */
$brand: #fd80cf;
/* SwiftUI */
Color(red: 0.992, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#fd80cf")Accessibility — WCAG contrast
Aa
#fd80cf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd80cf on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green50.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow18.2%
Key (black)0.8%
Color previews
#fd80cf text on a black background
contrast 9.17:1
Card sample
#fd80cf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd80cf;
Background color
Panel with #fd80cf background
background-color: #fd80cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd80cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd80cf; background: linear-gradient(135deg, #fd80cf, #FD8480);