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