#fc0803
a balanced, electric red · warm · “red”
RGB
252, 8, 3
HSL
1°, 98%, 50%
CMYK
0, 97, 99, 1
Luminance
0.2088
Every format
| HEX | #fc0803 |
| RGB | rgb(252, 8, 3) |
| HSL | hsl(1, 98%, 50%) |
| CMYK | cmyk(0%, 97%, 99%, 1%) |
| LAB | lab(52.8 78.8 65.9) |
| LCH | lch(52.8 102.8 39.9) |
| OKLCH | oklch(0.624 0.254 29.3) |
Copy-ready code
/* CSS */
color: #fc0803;
background-color: #fc0803;
/* Tailwind (arbitrary) */
class="text-[#fc0803] bg-[#fc0803]"
/* SCSS */
$brand: #fc0803;
/* SwiftUI */
Color(red: 0.988, green: 0.031, blue: 0.012)
/* Android */
Color.parseColor("#fc0803")Accessibility — WCAG contrast
Aa
#fc0803 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0803 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green3.1%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow98.8%
Key (black)1.2%
Color previews
#fc0803 text on a black background
contrast 5.18:1
Card sample
#fc0803 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0803;
Background color
Panel with #fc0803 background
background-color: #fc0803;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0803;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 8, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 8, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0803; background: linear-gradient(135deg, #fc0803, #FCAE03);