#fc2f49
a balanced, electric red · warm · closest name: crimson
RGB
252, 47, 73
HSL
352°, 97%, 59%
CMYK
0, 81, 71, 1
Luminance
0.2321
Every format
| HEX | #fc2f49 |
| RGB | rgb(252, 47, 73) |
| HSL | hsl(352, 97%, 59%) |
| CMYK | cmyk(0%, 81%, 71%, 1%) |
| LAB | lab(55.3 74.7 37.3) |
| LCH | lch(55.3 83.4 26.5) |
| OKLCH | oklch(0.644 0.235 21.2) |
Copy-ready code
/* CSS */
color: #fc2f49;
background-color: #fc2f49;
/* Tailwind (arbitrary) */
class="text-[#fc2f49] bg-[#fc2f49]"
/* SCSS */
$brand: #fc2f49;
/* SwiftUI */
Color(red: 0.988, green: 0.184, blue: 0.286)
/* Android */
Color.parseColor("#fc2f49")Accessibility — WCAG contrast
Aa
#fc2f49 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2f49 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green18.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow71.0%
Key (black)1.2%
Color previews
#fc2f49 text on a black background
contrast 5.64:1
Card sample
#fc2f49 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2f49;
Background color
Panel with #fc2f49 background
background-color: #fc2f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 47, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 47, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2f49; background: linear-gradient(135deg, #fc2f49, #FC9E2F);