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