#e5a017
a balanced, electric orange · warm · closest name: orange
RGB
229, 160, 23
HSL
40°, 82%, 49%
CMYK
0, 30, 90, 10
Luminance
0.4186
Every format
| HEX | #e5a017 |
| RGB | rgb(229, 160, 23) |
| HSL | hsl(40, 82%, 49%) |
| CMYK | cmyk(0%, 30%, 90%, 10%) |
| LAB | lab(70.8 15.8 71.4) |
| LCH | lch(70.8 73.1 77.5) |
| OKLCH | oklch(0.754 0.153 76.8) |
Copy-ready code
/* CSS */
color: #e5a017;
background-color: #e5a017;
/* Tailwind (arbitrary) */
class="text-[#e5a017] bg-[#e5a017]"
/* SCSS */
$brand: #e5a017;
/* SwiftUI */
Color(red: 0.898, green: 0.627, blue: 0.090)
/* Android */
Color.parseColor("#e5a017")Accessibility — WCAG contrast
Aa
#e5a017 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5a017 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green62.7%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow90.0%
Key (black)10.2%
Color previews
#e5a017 text on a black background
contrast 9.37:1
Card sample
#e5a017 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5a017;
Background color
Panel with #e5a017 background
background-color: #e5a017;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5a017;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 160, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 160, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5a017; background: linear-gradient(135deg, #e5a017, #A1E517);