#fc3421
a balanced, electric red · warm · closest name: red
RGB
252, 52, 33
HSL
5°, 97%, 56%
CMYK
0, 79, 87, 1
Luminance
0.2326
Every format
| HEX | #fc3421 |
| RGB | rgb(252, 52, 33) |
| HSL | hsl(5, 97%, 56%) |
| CMYK | cmyk(0%, 79%, 87%, 1%) |
| LAB | lab(55.4 72.3 58.0) |
| LCH | lch(55.4 92.7 38.8) |
| OKLCH | oklch(0.643 0.236 30.1) |
Copy-ready code
/* CSS */
color: #fc3421;
background-color: #fc3421;
/* Tailwind (arbitrary) */
class="text-[#fc3421] bg-[#fc3421]"
/* SCSS */
$brand: #fc3421;
/* SwiftUI */
Color(red: 0.988, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#fc3421")Accessibility — WCAG contrast
Aa
#fc3421 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3421 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow86.9%
Key (black)1.2%
Color previews
#fc3421 text on a black background
contrast 5.65:1
Card sample
#fc3421 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3421;
Background color
Panel with #fc3421 background
background-color: #fc3421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3421; background: linear-gradient(135deg, #fc3421, #FCC621);