#fc2c4f
a balanced, electric red · warm · closest name: crimson
RGB
252, 44, 79
HSL
350°, 97%, 58%
CMYK
0, 83, 69, 1
Luminance
0.2306
Every format
| HEX | #fc2c4f |
| RGB | rgb(252, 44, 79) |
| HSL | hsl(350, 97%, 58%) |
| CMYK | cmyk(0%, 83%, 69%, 1%) |
| LAB | lab(55.1 75.6 33.6) |
| LCH | lch(55.1 82.7 24.0) |
| OKLCH | oklch(0.643 0.236 19.3) |
Copy-ready code
/* CSS */
color: #fc2c4f;
background-color: #fc2c4f;
/* Tailwind (arbitrary) */
class="text-[#fc2c4f] bg-[#fc2c4f]"
/* SCSS */
$brand: #fc2c4f;
/* SwiftUI */
Color(red: 0.988, green: 0.173, blue: 0.310)
/* Android */
Color.parseColor("#fc2c4f")Accessibility — WCAG contrast
Aa
#fc2c4f on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2c4f on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green17.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow68.7%
Key (black)1.2%
Color previews
#fc2c4f text on a black background
contrast 5.61:1
Card sample
#fc2c4f text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2c4f;
Background color
Panel with #fc2c4f background
background-color: #fc2c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 44, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 44, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2c4f; background: linear-gradient(135deg, #fc2c4f, #FC942C);