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