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