#fe7a21
a balanced, electric orange · warm · closest name: chocolate
RGB
254, 122, 33
HSL
24°, 99%, 56%
CMYK
0, 52, 87, 0
Luminance
0.3510
Every format
| HEX | #fe7a21 |
| RGB | rgb(254, 122, 33) |
| HSL | hsl(24, 99%, 56%) |
| CMYK | cmyk(0%, 52%, 87%, 0%) |
| LAB | lab(65.8 45.8 66.3) |
| LCH | lch(65.8 80.6 55.4) |
| OKLCH | oklch(0.723 0.184 48.3) |
Copy-ready code
/* CSS */
color: #fe7a21;
background-color: #fe7a21;
/* Tailwind (arbitrary) */
class="text-[#fe7a21] bg-[#fe7a21]"
/* SCSS */
$brand: #fe7a21;
/* SwiftUI */
Color(red: 0.996, green: 0.478, blue: 0.129)
/* Android */
Color.parseColor("#fe7a21")Accessibility — WCAG contrast
Aa
#fe7a21 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7a21 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green47.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow87.0%
Key (black)0.4%
Color previews
#fe7a21 text on a black background
contrast 8.02:1
Card sample
#fe7a21 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7a21;
Background color
Panel with #fe7a21 background
background-color: #fe7a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 122, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 122, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7a21; background: linear-gradient(135deg, #fe7a21, #EFFE21);