#fc4df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 77, 240
HSL
304°, 97%, 65%
CMYK
0, 69, 5, 1
Luminance
0.3229
Every format
| HEX | #fc4df0 |
| RGB | rgb(252, 77, 240) |
| HSL | hsl(304, 97%, 65%) |
| CMYK | cmyk(0%, 69%, 5%, 1%) |
| LAB | lab(63.6 82.3 -47.3) |
| LCH | lch(63.6 95.0 330.1) |
| OKLCH | oklch(0.721 0.268 330.9) |
Copy-ready code
/* CSS */
color: #fc4df0;
background-color: #fc4df0;
/* Tailwind (arbitrary) */
class="text-[#fc4df0] bg-[#fc4df0]"
/* SCSS */
$brand: #fc4df0;
/* SwiftUI */
Color(red: 0.988, green: 0.302, blue: 0.941)
/* Android */
Color.parseColor("#fc4df0")Accessibility — WCAG contrast
Aa
#fc4df0 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc4df0 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green30.2%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow4.8%
Key (black)1.2%
Color previews
#fc4df0 text on a black background
contrast 7.46:1
Card sample
#fc4df0 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4df0;
Background color
Panel with #fc4df0 background
background-color: #fc4df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 77, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 77, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4df0; background: linear-gradient(135deg, #fc4df0, #FC4D7B);