#fc4dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 77, 253
HSL
300°, 98%, 65%
CMYK
0, 70, 0, 1
Luminance
0.3310
Every format
| HEX | #fc4dfd |
| RGB | rgb(252, 77, 253) |
| HSL | hsl(300, 98%, 65%) |
| CMYK | cmyk(0%, 70%, 0%, 1%) |
| LAB | lab(64.2 84.3 -53.5) |
| LCH | lch(64.2 99.8 327.6) |
| OKLCH | oklch(0.728 0.278 327.7) |
Copy-ready code
/* CSS */
color: #fc4dfd;
background-color: #fc4dfd;
/* Tailwind (arbitrary) */
class="text-[#fc4dfd] bg-[#fc4dfd]"
/* SCSS */
$brand: #fc4dfd;
/* SwiftUI */
Color(red: 0.988, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#fc4dfd")Accessibility — WCAG contrast
Aa
#fc4dfd on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc4dfd on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green30.2%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#fc4dfd text on a black background
contrast 7.62:1
Card sample
#fc4dfd text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4dfd;
Background color
Panel with #fc4dfd background
background-color: #fc4dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4dfd; background: linear-gradient(135deg, #fc4dfd, #FD4D89);