#fc4621
a balanced, electric red · warm · closest name: red
RGB
252, 70, 33
HSL
10°, 97%, 56%
CMYK
0, 72, 87, 1
Luminance
0.2519
Every format
| HEX | #fc4621 |
| RGB | rgb(252, 70, 33) |
| HSL | hsl(10, 97%, 56%) |
| CMYK | cmyk(0%, 72%, 87%, 1%) |
| LAB | lab(57.3 66.9 59.5) |
| LCH | lch(57.3 89.5 41.7) |
| OKLCH | oklch(0.657 0.223 33.0) |
Copy-ready code
/* CSS */
color: #fc4621;
background-color: #fc4621;
/* Tailwind (arbitrary) */
class="text-[#fc4621] bg-[#fc4621]"
/* SCSS */
$brand: #fc4621;
/* SwiftUI */
Color(red: 0.988, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#fc4621")Accessibility — WCAG contrast
Aa
#fc4621 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4621 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow86.9%
Key (black)1.2%
Color previews
#fc4621 text on a black background
contrast 6.04:1
Card sample
#fc4621 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4621;
Background color
Panel with #fc4621 background
background-color: #fc4621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4621; background: linear-gradient(135deg, #fc4621, #FCD821);