#e49e21
a balanced, electric orange · warm · closest name: orange
RGB
228, 158, 33
HSL
39°, 78%, 51%
CMYK
0, 31, 86, 11
Luminance
0.4106
Every format
| HEX | #e49e21 |
| RGB | rgb(228, 158, 33) |
| HSL | hsl(39, 78%, 51%) |
| CMYK | cmyk(0%, 31%, 86%, 11%) |
| LAB | lab(70.2 16.6 68.5) |
| LCH | lch(70.2 70.4 76.4) |
| OKLCH | oklch(0.749 0.150 75.2) |
Copy-ready code
/* CSS */
color: #e49e21;
background-color: #e49e21;
/* Tailwind (arbitrary) */
class="text-[#e49e21] bg-[#e49e21]"
/* SCSS */
$brand: #e49e21;
/* SwiftUI */
Color(red: 0.894, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#e49e21")Accessibility — WCAG contrast
Aa
#e49e21 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e49e21 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green62.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow85.5%
Key (black)10.6%
Color previews
#e49e21 text on a black background
contrast 9.21:1
Card sample
#e49e21 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e49e21;
Background color
Panel with #e49e21 background
background-color: #e49e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e49e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e49e21; background: linear-gradient(135deg, #e49e21, #A8E421);