#fc4b21
a balanced, electric red · warm · closest name: tomato
RGB
252, 75, 33
HSL
12°, 97%, 56%
CMYK
0, 70, 87, 1
Luminance
0.2584
Every format
| HEX | #fc4b21 |
| RGB | rgb(252, 75, 33) |
| HSL | hsl(12, 97%, 56%) |
| CMYK | cmyk(0%, 70%, 87%, 1%) |
| LAB | lab(57.9 65.2 60.0) |
| LCH | lch(57.9 88.6 42.6) |
| OKLCH | oklch(0.662 0.220 34.1) |
Copy-ready code
/* CSS */
color: #fc4b21;
background-color: #fc4b21;
/* Tailwind (arbitrary) */
class="text-[#fc4b21] bg-[#fc4b21]"
/* SCSS */
$brand: #fc4b21;
/* SwiftUI */
Color(red: 0.988, green: 0.294, blue: 0.129)
/* Android */
Color.parseColor("#fc4b21")Accessibility — WCAG contrast
Aa
#fc4b21 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4b21 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green29.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow86.9%
Key (black)1.2%
Color previews
#fc4b21 text on a black background
contrast 6.17:1
Card sample
#fc4b21 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4b21;
Background color
Panel with #fc4b21 background
background-color: #fc4b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 75, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 75, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4b21; background: linear-gradient(135deg, #fc4b21, #FCDD21);