#fc032b
a balanced, electric red · warm · closest name: red
RGB
252, 3, 43
HSL
350°, 98%, 50%
CMYK
0, 99, 83, 1
Luminance
0.2093
Every format
| HEX | #fc032b |
| RGB | rgb(252, 3, 43) |
| HSL | hsl(350, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 83%, 1%) |
| LAB | lab(52.9 79.7 51.3) |
| LCH | lch(52.9 94.8 32.7) |
| OKLCH | oklch(0.625 0.253 25.0) |
Copy-ready code
/* CSS */
color: #fc032b;
background-color: #fc032b;
/* Tailwind (arbitrary) */
class="text-[#fc032b] bg-[#fc032b]"
/* SCSS */
$brand: #fc032b;
/* SwiftUI */
Color(red: 0.988, green: 0.012, blue: 0.169)
/* Android */
Color.parseColor("#fc032b")Accessibility — WCAG contrast
Aa
#fc032b on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc032b on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green1.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow82.9%
Key (black)1.2%
Color previews
#fc032b text on a black background
contrast 5.19:1
Card sample
#fc032b text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc032b;
Background color
Panel with #fc032b background
background-color: #fc032b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc032b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 3, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 3, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc032b; background: linear-gradient(135deg, #fc032b, #FC8103);