#e48b00
a dark, electric orange · warm · closest name: orange
RGB
228, 139, 0
HSL
37°, 100%, 45%
CMYK
0, 39, 100, 11
Luminance
0.3496
Every format
| HEX | #e48b00 |
| RGB | rgb(228, 139, 0) |
| HSL | hsl(37, 100%, 45%) |
| CMYK | cmyk(0%, 39%, 100%, 11%) |
| LAB | lab(65.7 26.3 71.4) |
| LCH | lch(65.7 76.0 69.8) |
| OKLCH | oklch(0.714 0.159 66.1) |
Copy-ready code
/* CSS */
color: #e48b00;
background-color: #e48b00;
/* Tailwind (arbitrary) */
class="text-[#e48b00] bg-[#e48b00]"
/* SCSS */
$brand: #e48b00;
/* SwiftUI */
Color(red: 0.894, green: 0.545, blue: 0.000)
/* Android */
Color.parseColor("#e48b00")Accessibility — WCAG contrast
Aa
#e48b00 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e48b00 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green54.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow100.0%
Key (black)10.6%
Color previews
#e48b00 text on a black background
contrast 7.99:1
Card sample
#e48b00 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e48b00;
Background color
Panel with #e48b00 background
background-color: #e48b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e48b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 139, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 139, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e48b00; background: linear-gradient(135deg, #e48b00, #A5E400);