#fc3003
a balanced, electric red · warm · closest name: red
RGB
252, 48, 3
HSL
11°, 98%, 50%
CMYK
0, 81, 99, 1
Luminance
0.2282
Every format
| HEX | #fc3003 |
| RGB | rgb(252, 48, 3) |
| HSL | hsl(11, 98%, 50%) |
| CMYK | cmyk(0%, 81%, 99%, 1%) |
| LAB | lab(54.9 72.9 66.8) |
| LCH | lch(54.9 98.9 42.5) |
| OKLCH | oklch(0.639 0.240 32.2) |
Copy-ready code
/* CSS */
color: #fc3003;
background-color: #fc3003;
/* Tailwind (arbitrary) */
class="text-[#fc3003] bg-[#fc3003]"
/* SCSS */
$brand: #fc3003;
/* SwiftUI */
Color(red: 0.988, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#fc3003")Accessibility — WCAG contrast
Aa
#fc3003 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3003 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green18.8%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta81.0%
Yellow98.8%
Key (black)1.2%
Color previews
#fc3003 text on a black background
contrast 5.56:1
Card sample
#fc3003 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3003;
Background color
Panel with #fc3003 background
background-color: #fc3003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3003; background: linear-gradient(135deg, #fc3003, #FCD603);