#e04b00
a dark, electric orange · warm · closest name: tomato
RGB
224, 75, 0
HSL
20°, 100%, 44%
CMYK
0, 67, 100, 12
Luminance
0.2088
Every format
| HEX | #e04b00 |
| RGB | rgb(224, 75, 0) |
| HSL | hsl(20, 100%, 44%) |
| CMYK | cmyk(0%, 67%, 100%, 12%) |
| LAB | lab(52.8 55.7 63.5) |
| LCH | lch(52.8 84.5 48.8) |
| OKLCH | oklch(0.614 0.196 39.2) |
Copy-ready code
/* CSS */
color: #e04b00;
background-color: #e04b00;
/* Tailwind (arbitrary) */
class="text-[#e04b00] bg-[#e04b00]"
/* SCSS */
$brand: #e04b00;
/* SwiftUI */
Color(red: 0.878, green: 0.294, blue: 0.000)
/* Android */
Color.parseColor("#e04b00")Accessibility — WCAG contrast
Aa
#e04b00 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e04b00 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green29.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow100.0%
Key (black)12.2%
Color previews
#e04b00 text on a black background
contrast 5.18:1
Card sample
#e04b00 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e04b00;
Background color
Panel with #e04b00 background
background-color: #e04b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e04b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 75, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 75, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e04b00; background: linear-gradient(135deg, #e04b00, #E0E000);