#fc4da2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 77, 162
HSL
331°, 97%, 65%
CMYK
0, 69, 36, 1
Luminance
0.2861
Every format
| HEX | #fc4da2 |
| RGB | rgb(252, 77, 162) |
| HSL | hsl(331, 97%, 65%) |
| CMYK | cmyk(0%, 69%, 36%, 1%) |
| LAB | lab(60.4 72.3 -7.9) |
| LCH | lch(60.4 72.7 353.8) |
| OKLCH | oklch(0.688 0.222 354.9) |
Copy-ready code
/* CSS */
color: #fc4da2;
background-color: #fc4da2;
/* Tailwind (arbitrary) */
class="text-[#fc4da2] bg-[#fc4da2]"
/* SCSS */
$brand: #fc4da2;
/* SwiftUI */
Color(red: 0.988, green: 0.302, blue: 0.635)
/* Android */
Color.parseColor("#fc4da2")Accessibility — WCAG contrast
Aa
#fc4da2 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4da2 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green30.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow35.7%
Key (black)1.2%
Color previews
#fc4da2 text on a black background
contrast 6.72:1
Card sample
#fc4da2 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4da2;
Background color
Panel with #fc4da2 background
background-color: #fc4da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 77, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 77, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4da2; background: linear-gradient(135deg, #fc4da2, #FC6D4D);