#e4a430
a balanced, electric orange · warm · closest name: orange
RGB
228, 164, 48
HSL
39°, 77%, 54%
CMYK
0, 28, 79, 11
Luminance
0.4326
Every format
| HEX | #e4a430 |
| RGB | rgb(228, 164, 48) |
| HSL | hsl(39, 77%, 54%) |
| CMYK | cmyk(0%, 28%, 79%, 11%) |
| LAB | lab(71.7 13.9 65.0) |
| LCH | lch(71.7 66.5 78.0) |
| OKLCH | oklch(0.761 0.144 77.3) |
Copy-ready code
/* CSS */
color: #e4a430;
background-color: #e4a430;
/* Tailwind (arbitrary) */
class="text-[#e4a430] bg-[#e4a430]"
/* SCSS */
$brand: #e4a430;
/* SwiftUI */
Color(red: 0.894, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#e4a430")Accessibility — WCAG contrast
Aa
#e4a430 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4a430 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow78.9%
Key (black)10.6%
Color previews
#e4a430 text on a black background
contrast 9.65:1
Card sample
#e4a430 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4a430;
Background color
Panel with #e4a430 background
background-color: #e4a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4a430; background: linear-gradient(135deg, #e4a430, #ACE430);