#e08e21
a balanced, electric orange · warm · closest name: orange
RGB
224, 142, 33
HSL
34°, 76%, 50%
CMYK
0, 37, 85, 12
Luminance
0.3530
Every format
| HEX | #e08e21 |
| RGB | rgb(224, 142, 33) |
| HSL | hsl(34, 76%, 50%) |
| CMYK | cmyk(0%, 37%, 85%, 12%) |
| LAB | lab(66.0 23.4 64.8) |
| LCH | lch(66.0 68.9 70.1) |
| OKLCH | oklch(0.715 0.149 66.9) |
Copy-ready code
/* CSS */
color: #e08e21;
background-color: #e08e21;
/* Tailwind (arbitrary) */
class="text-[#e08e21] bg-[#e08e21]"
/* SCSS */
$brand: #e08e21;
/* SwiftUI */
Color(red: 0.878, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#e08e21")Accessibility — WCAG contrast
Aa
#e08e21 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e08e21 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow85.3%
Key (black)12.2%
Color previews
#e08e21 text on a black background
contrast 8.06:1
Card sample
#e08e21 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e08e21;
Background color
Panel with #e08e21 background
background-color: #e08e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e08e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e08e21; background: linear-gradient(135deg, #e08e21, #B3E021);