#e4a000
a dark, electric yellow · warm · closest name: orange
RGB
228, 160, 0
HSL
42°, 100%, 45%
CMYK
0, 30, 100, 11
Luminance
0.4164
Every format
| HEX | #e4a000 |
| RGB | rgb(228, 160, 0) |
| HSL | hsl(42, 100%, 45%) |
| CMYK | cmyk(0%, 30%, 100%, 11%) |
| LAB | lab(70.6 15.1 74.6) |
| LCH | lch(70.6 76.1 78.6) |
| OKLCH | oklch(0.752 0.157 78.2) |
Copy-ready code
/* CSS */
color: #e4a000;
background-color: #e4a000;
/* Tailwind (arbitrary) */
class="text-[#e4a000] bg-[#e4a000]"
/* SCSS */
$brand: #e4a000;
/* SwiftUI */
Color(red: 0.894, green: 0.627, blue: 0.000)
/* Android */
Color.parseColor("#e4a000")Accessibility — WCAG contrast
Aa
#e4a000 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4a000 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green62.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow100.0%
Key (black)10.6%
Color previews
#e4a000 text on a black background
contrast 9.33:1
Card sample
#e4a000 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4a000;
Background color
Panel with #e4a000 background
background-color: #e4a000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4a000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 160, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 160, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4a000; background: linear-gradient(135deg, #e4a000, #90E400);