#fd04ec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 4, 236
HSL
304°, 98%, 50%
CMYK
0, 98, 7, 1
Luminance
0.2703
Every format
| HEX | #fd04ec |
| RGB | rgb(253, 4, 236) |
| HSL | hsl(304, 98%, 50%) |
| CMYK | cmyk(0%, 98%, 7%, 1%) |
| LAB | lab(59.0 95.1 -52.4) |
| LCH | lch(59.0 108.6 331.2) |
| OKLCH | oklch(0.688 0.309 332.1) |
Copy-ready code
/* CSS */
color: #fd04ec;
background-color: #fd04ec;
/* Tailwind (arbitrary) */
class="text-[#fd04ec] bg-[#fd04ec]"
/* SCSS */
$brand: #fd04ec;
/* SwiftUI */
Color(red: 0.992, green: 0.016, blue: 0.925)
/* Android */
Color.parseColor("#fd04ec")Accessibility — WCAG contrast
Aa
#fd04ec on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd04ec on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green1.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow6.7%
Key (black)0.8%
Color previews
#fd04ec text on a black background
contrast 6.41:1
Card sample
#fd04ec text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd04ec;
Background color
Panel with #fd04ec background
background-color: #fd04ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd04ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 4, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 4, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd04ec; background: linear-gradient(135deg, #fd04ec, #FD0446);