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