#fe4a21
a balanced, electric red · warm · closest name: red
RGB
254, 74, 33
HSL
11°, 99%, 56%
CMYK
0, 71, 87, 0
Luminance
0.2608
Every format
| HEX | #fe4a21 |
| RGB | rgb(254, 74, 33) |
| HSL | hsl(11, 99%, 56%) |
| CMYK | cmyk(0%, 71%, 87%, 0%) |
| LAB | lab(58.1 66.2 60.3) |
| LCH | lch(58.1 89.5 42.4) |
| OKLCH | oklch(0.664 0.222 33.8) |
Copy-ready code
/* CSS */
color: #fe4a21;
background-color: #fe4a21;
/* Tailwind (arbitrary) */
class="text-[#fe4a21] bg-[#fe4a21]"
/* SCSS */
$brand: #fe4a21;
/* SwiftUI */
Color(red: 0.996, green: 0.290, blue: 0.129)
/* Android */
Color.parseColor("#fe4a21")Accessibility — WCAG contrast
Aa
#fe4a21 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe4a21 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green29.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow87.0%
Key (black)0.4%
Color previews
#fe4a21 text on a black background
contrast 6.22:1
Card sample
#fe4a21 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4a21;
Background color
Panel with #fe4a21 background
background-color: #fe4a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 74, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 74, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4a21; background: linear-gradient(135deg, #fe4a21, #FEDD21);