#fc1821
a balanced, electric red · warm · closest name: red
RGB
252, 24, 33
HSL
358°, 97%, 54%
CMYK
0, 91, 87, 1
Luminance
0.2146
Every format
| HEX | #fc1821 |
| RGB | rgb(252, 24, 33) |
| HSL | hsl(358, 97%, 54%) |
| CMYK | cmyk(0%, 91%, 87%, 1%) |
| LAB | lab(53.5 77.7 56.5) |
| LCH | lch(53.5 96.1 36.1) |
| OKLCH | oklch(0.629 0.249 27.4) |
Copy-ready code
/* CSS */
color: #fc1821;
background-color: #fc1821;
/* Tailwind (arbitrary) */
class="text-[#fc1821] bg-[#fc1821]"
/* SCSS */
$brand: #fc1821;
/* SwiftUI */
Color(red: 0.988, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#fc1821")Accessibility — WCAG contrast
Aa
#fc1821 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc1821 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.5%
Yellow86.9%
Key (black)1.2%
Color previews
#fc1821 text on a black background
contrast 5.29:1
Card sample
#fc1821 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc1821;
Background color
Panel with #fc1821 background
background-color: #fc1821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc1821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc1821; background: linear-gradient(135deg, #fc1821, #FCA718);