#fc2f2f
a balanced, electric red · warm · closest name: red
RGB
252, 47, 47
HSL
0°, 97%, 59%
CMYK
0, 81, 81, 1
Luminance
0.2293
Every format
| HEX | #fc2f2f |
| RGB | rgb(252, 47, 47) |
| HSL | hsl(0, 97%, 59%) |
| CMYK | cmyk(0%, 81%, 81%, 1%) |
| LAB | lab(55.0 73.8 51.2) |
| LCH | lch(55.0 89.8 34.8) |
| OKLCH | oklch(0.641 0.237 27.2) |
Copy-ready code
/* CSS */
color: #fc2f2f;
background-color: #fc2f2f;
/* Tailwind (arbitrary) */
class="text-[#fc2f2f] bg-[#fc2f2f]"
/* SCSS */
$brand: #fc2f2f;
/* SwiftUI */
Color(red: 0.988, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#fc2f2f")Accessibility — WCAG contrast
Aa
#fc2f2f on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2f2f on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow81.3%
Key (black)1.2%
Color previews
#fc2f2f text on a black background
contrast 5.59:1
Card sample
#fc2f2f text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2f2f;
Background color
Panel with #fc2f2f background
background-color: #fc2f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2f2f; background: linear-gradient(135deg, #fc2f2f, #FCB82F);