#fc2421
a balanced, electric red · warm · closest name: red
RGB
252, 36, 33
HSL
1°, 97%, 56%
CMYK
0, 86, 87, 1
Luminance
0.2207
Every format
| HEX | #fc2421 |
| RGB | rgb(252, 36, 33) |
| HSL | hsl(1, 97%, 56%) |
| CMYK | cmyk(0%, 86%, 87%, 1%) |
| LAB | lab(54.1 75.8 57.0) |
| LCH | lch(54.1 94.8 37.0) |
| OKLCH | oklch(0.634 0.244 28.3) |
Copy-ready code
/* CSS */
color: #fc2421;
background-color: #fc2421;
/* Tailwind (arbitrary) */
class="text-[#fc2421] bg-[#fc2421]"
/* SCSS */
$brand: #fc2421;
/* SwiftUI */
Color(red: 0.988, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#fc2421")Accessibility — WCAG contrast
Aa
#fc2421 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2421 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow86.9%
Key (black)1.2%
Color previews
#fc2421 text on a black background
contrast 5.41:1
Card sample
#fc2421 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2421;
Background color
Panel with #fc2421 background
background-color: #fc2421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2421; background: linear-gradient(135deg, #fc2421, #FCB621);