#fd80ec
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 128, 236
HSL
308°, 97%, 75%
CMYK
0, 49, 7, 1
Luminance
0.4238
Every format
| HEX | #fd80ec |
| RGB | rgb(253, 128, 236) |
| HSL | hsl(308, 97%, 75%) |
| CMYK | cmyk(0%, 49%, 7%, 1%) |
| LAB | lab(71.1 61.2 -33.3) |
| LCH | lch(71.1 69.7 331.4) |
| OKLCH | oklch(0.776 0.197 332.6) |
Copy-ready code
/* CSS */
color: #fd80ec;
background-color: #fd80ec;
/* Tailwind (arbitrary) */
class="text-[#fd80ec] bg-[#fd80ec]"
/* SCSS */
$brand: #fd80ec;
/* SwiftUI */
Color(red: 0.992, green: 0.502, blue: 0.925)
/* Android */
Color.parseColor("#fd80ec")Accessibility — WCAG contrast
Aa
#fd80ec on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd80ec on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green50.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow6.7%
Key (black)0.8%
Color previews
#fd80ec text on a black background
contrast 9.48:1
Card sample
#fd80ec text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd80ec;
Background color
Panel with #fd80ec background
background-color: #fd80ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd80ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 128, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 128, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd80ec; background: linear-gradient(135deg, #fd80ec, #FD8099);