#fc3b21
a balanced, electric red · warm · closest name: red
RGB
252, 59, 33
HSL
7°, 97%, 56%
CMYK
0, 77, 87, 1
Luminance
0.2393
Every format
| HEX | #fc3b21 |
| RGB | rgb(252, 59, 33) |
| HSL | hsl(7, 97%, 56%) |
| CMYK | cmyk(0%, 77%, 87%, 1%) |
| LAB | lab(56.0 70.3 58.5) |
| LCH | lch(56.0 91.5 39.8) |
| OKLCH | oklch(0.648 0.231 31.1) |
Copy-ready code
/* CSS */
color: #fc3b21;
background-color: #fc3b21;
/* Tailwind (arbitrary) */
class="text-[#fc3b21] bg-[#fc3b21]"
/* SCSS */
$brand: #fc3b21;
/* SwiftUI */
Color(red: 0.988, green: 0.231, blue: 0.129)
/* Android */
Color.parseColor("#fc3b21")Accessibility — WCAG contrast
Aa
#fc3b21 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3b21 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow86.9%
Key (black)1.2%
Color previews
#fc3b21 text on a black background
contrast 5.79:1
Card sample
#fc3b21 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3b21;
Background color
Panel with #fc3b21 background
background-color: #fc3b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 59, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 59, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3b21; background: linear-gradient(135deg, #fc3b21, #FCCD21);