#fc2c2f
a balanced, electric red · warm · closest name: red
RGB
252, 44, 47
HSL
359°, 97%, 58%
CMYK
0, 83, 81, 1
Luminance
0.2270
Every format
| HEX | #fc2c2f |
| RGB | rgb(252, 44, 47) |
| HSL | hsl(359, 97%, 58%) |
| CMYK | cmyk(0%, 83%, 81%, 1%) |
| LAB | lab(54.8 74.5 51.0) |
| LCH | lch(54.8 90.2 34.4) |
| OKLCH | oklch(0.639 0.239 26.9) |
Copy-ready code
/* CSS */
color: #fc2c2f;
background-color: #fc2c2f;
/* Tailwind (arbitrary) */
class="text-[#fc2c2f] bg-[#fc2c2f]"
/* SCSS */
$brand: #fc2c2f;
/* SwiftUI */
Color(red: 0.988, green: 0.173, blue: 0.184)
/* Android */
Color.parseColor("#fc2c2f")Accessibility — WCAG contrast
Aa
#fc2c2f on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2c2f on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green17.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow81.3%
Key (black)1.2%
Color previews
#fc2c2f text on a black background
contrast 5.54:1
Card sample
#fc2c2f text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2c2f;
Background color
Panel with #fc2c2f background
background-color: #fc2c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 44, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 44, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2c2f; background: linear-gradient(135deg, #fc2c2f, #FCB32C);