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