#fc4792
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
252, 71, 146
HSL
335°, 97%, 63%
CMYK
0, 72, 42, 1
Luminance
0.2728
Every format
| HEX | #fc4792 |
| RGB | rgb(252, 71, 146) |
| HSL | hsl(335, 97%, 63%) |
| CMYK | cmyk(0%, 72%, 42%, 1%) |
| LAB | lab(59.2 72.7 -0.3) |
| LCH | lch(59.2 72.7 359.7) |
| OKLCH | oklch(0.678 0.223 360.0) |
Copy-ready code
/* CSS */
color: #fc4792;
background-color: #fc4792;
/* Tailwind (arbitrary) */
class="text-[#fc4792] bg-[#fc4792]"
/* SCSS */
$brand: #fc4792;
/* SwiftUI */
Color(red: 0.988, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#fc4792")Accessibility — WCAG contrast
Aa
#fc4792 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4792 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green27.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow42.1%
Key (black)1.2%
Color previews
#fc4792 text on a black background
contrast 6.46:1
Card sample
#fc4792 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4792;
Background color
Panel with #fc4792 background
background-color: #fc4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4792; background: linear-gradient(135deg, #fc4792, #FC7447);