#fc4df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 77, 244
HSL
303°, 97%, 65%
CMYK
0, 69, 3, 1
Luminance
0.3253
Every format
| HEX | #fc4df4 |
| RGB | rgb(252, 77, 244) |
| HSL | hsl(303, 97%, 65%) |
| CMYK | cmyk(0%, 69%, 3%, 1%) |
| LAB | lab(63.8 82.9 -49.3) |
| LCH | lch(63.8 96.4 329.3) |
| OKLCH | oklch(0.724 0.271 329.9) |
Copy-ready code
/* CSS */
color: #fc4df4;
background-color: #fc4df4;
/* Tailwind (arbitrary) */
class="text-[#fc4df4] bg-[#fc4df4]"
/* SCSS */
$brand: #fc4df4;
/* SwiftUI */
Color(red: 0.988, green: 0.302, blue: 0.957)
/* Android */
Color.parseColor("#fc4df4")Accessibility — WCAG contrast
Aa
#fc4df4 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc4df4 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green30.2%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow3.2%
Key (black)1.2%
Color previews
#fc4df4 text on a black background
contrast 7.51:1
Card sample
#fc4df4 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4df4;
Background color
Panel with #fc4df4 background
background-color: #fc4df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 77, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 77, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4df4; background: linear-gradient(135deg, #fc4df4, #FC4D7F);