#fc3021
a balanced, electric red · warm · closest name: red
RGB
252, 48, 33
HSL
4°, 97%, 56%
CMYK
0, 81, 87, 1
Luminance
0.2292
Every format
| HEX | #fc3021 |
| RGB | rgb(252, 48, 33) |
| HSL | hsl(4, 97%, 56%) |
| CMYK | cmyk(0%, 81%, 87%, 1%) |
| LAB | lab(55.0 73.3 57.8) |
| LCH | lch(55.0 93.3 38.3) |
| OKLCH | oklch(0.640 0.238 29.6) |
Copy-ready code
/* CSS */
color: #fc3021;
background-color: #fc3021;
/* Tailwind (arbitrary) */
class="text-[#fc3021] bg-[#fc3021]"
/* SCSS */
$brand: #fc3021;
/* SwiftUI */
Color(red: 0.988, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#fc3021")Accessibility — WCAG contrast
Aa
#fc3021 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3021 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.0%
Yellow86.9%
Key (black)1.2%
Color previews
#fc3021 text on a black background
contrast 5.58:1
Card sample
#fc3021 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3021;
Background color
Panel with #fc3021 background
background-color: #fc3021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3021; background: linear-gradient(135deg, #fc3021, #FCC221);