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