#fc0321
a balanced, electric red · warm · closest name: red
RGB
252, 3, 33
HSL
353°, 98%, 50%
CMYK
0, 99, 87, 1
Luminance
0.2087
Every format
| HEX | #fc0321 |
| RGB | rgb(252, 3, 33) |
| HSL | hsl(353, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 87%, 1%) |
| LAB | lab(52.8 79.5 56.0) |
| LCH | lch(52.8 97.3 35.2) |
| OKLCH | oklch(0.624 0.253 26.6) |
Copy-ready code
/* CSS */
color: #fc0321;
background-color: #fc0321;
/* Tailwind (arbitrary) */
class="text-[#fc0321] bg-[#fc0321]"
/* SCSS */
$brand: #fc0321;
/* SwiftUI */
Color(red: 0.988, green: 0.012, blue: 0.129)
/* Android */
Color.parseColor("#fc0321")Accessibility — WCAG contrast
Aa
#fc0321 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0321 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green1.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow86.9%
Key (black)1.2%
Color previews
#fc0321 text on a black background
contrast 5.17:1
Card sample
#fc0321 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0321;
Background color
Panel with #fc0321 background
background-color: #fc0321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 3, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 3, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0321; background: linear-gradient(135deg, #fc0321, #FC8B03);