#e08f14
a balanced, electric orange · warm · closest name: orange
RGB
224, 143, 20
HSL
36°, 84%, 48%
CMYK
0, 36, 91, 12
Luminance
0.3554
Every format
| HEX | #e08f14 |
| RGB | rgb(224, 143, 20) |
| HSL | hsl(36, 84%, 48%) |
| CMYK | cmyk(0%, 36%, 91%, 12%) |
| LAB | lab(66.2 22.6 68.3) |
| LCH | lch(66.2 72.0 71.7) |
| OKLCH | oklch(0.717 0.152 68.8) |
Copy-ready code
/* CSS */
color: #e08f14;
background-color: #e08f14;
/* Tailwind (arbitrary) */
class="text-[#e08f14] bg-[#e08f14]"
/* SCSS */
$brand: #e08f14;
/* SwiftUI */
Color(red: 0.878, green: 0.561, blue: 0.078)
/* Android */
Color.parseColor("#e08f14")Accessibility — WCAG contrast
Aa
#e08f14 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e08f14 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green56.1%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow91.1%
Key (black)12.2%
Color previews
#e08f14 text on a black background
contrast 8.11:1
Card sample
#e08f14 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e08f14;
Background color
Panel with #e08f14 background
background-color: #e08f14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e08f14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 143, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 143, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e08f14; background: linear-gradient(135deg, #e08f14, #A9E014);