#fe4621
a balanced, electric red · warm · closest name: red
RGB
254, 70, 33
HSL
10°, 99%, 56%
CMYK
0, 72, 87, 0
Luminance
0.2556
Every format
| HEX | #fe4621 |
| RGB | rgb(254, 70, 33) |
| HSL | hsl(10, 99%, 56%) |
| CMYK | cmyk(0%, 72%, 87%, 0%) |
| LAB | lab(57.6 67.5 60.0) |
| LCH | lch(57.6 90.3 41.6) |
| OKLCH | oklch(0.660 0.225 33.0) |
Copy-ready code
/* CSS */
color: #fe4621;
background-color: #fe4621;
/* Tailwind (arbitrary) */
class="text-[#fe4621] bg-[#fe4621]"
/* SCSS */
$brand: #fe4621;
/* SwiftUI */
Color(red: 0.996, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#fe4621")Accessibility — WCAG contrast
Aa
#fe4621 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe4621 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.4%
Yellow87.0%
Key (black)0.4%
Color previews
#fe4621 text on a black background
contrast 6.11:1
Card sample
#fe4621 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4621;
Background color
Panel with #fe4621 background
background-color: #fe4621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4621; background: linear-gradient(135deg, #fe4621, #FED921);