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