#fd80cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 128, 205
HSL
323°, 97%, 75%
CMYK
0, 49, 19, 1
Luminance
0.4073
Every format
| HEX | #fd80cd |
| RGB | rgb(253, 128, 205) |
| HSL | hsl(323, 97%, 75%) |
| CMYK | cmyk(0%, 49%, 19%, 1%) |
| LAB | lab(70.0 56.5 -17.9) |
| LCH | lch(70.0 59.3 342.4) |
| OKLCH | oklch(0.764 0.175 344.2) |
Copy-ready code
/* CSS */
color: #fd80cd;
background-color: #fd80cd;
/* Tailwind (arbitrary) */
class="text-[#fd80cd] bg-[#fd80cd]"
/* SCSS */
$brand: #fd80cd;
/* SwiftUI */
Color(red: 0.992, green: 0.502, blue: 0.804)
/* Android */
Color.parseColor("#fd80cd")Accessibility — WCAG contrast
Aa
#fd80cd on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd80cd on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green50.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow19.0%
Key (black)0.8%
Color previews
#fd80cd text on a black background
contrast 9.15:1
Card sample
#fd80cd text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd80cd;
Background color
Panel with #fd80cd background
background-color: #fd80cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd80cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 128, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 128, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd80cd; background: linear-gradient(135deg, #fd80cd, #FD8680);