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