#e9a827
a balanced, electric orange · warm · closest name: orange
RGB
233, 168, 39
HSL
40°, 82%, 53%
CMYK
0, 28, 83, 9
Luminance
0.4548
Every format
| HEX | #e9a827 |
| RGB | rgb(233, 168, 39) |
| HSL | hsl(40, 82%, 53%) |
| CMYK | cmyk(0%, 28%, 83%, 9%) |
| LAB | lab(73.2 13.6 69.5) |
| LCH | lch(73.2 70.8 78.9) |
| OKLCH | oklch(0.774 0.151 78.6) |
Copy-ready code
/* CSS */
color: #e9a827;
background-color: #e9a827;
/* Tailwind (arbitrary) */
class="text-[#e9a827] bg-[#e9a827]"
/* SCSS */
$brand: #e9a827;
/* SwiftUI */
Color(red: 0.914, green: 0.659, blue: 0.153)
/* Android */
Color.parseColor("#e9a827")Accessibility — WCAG contrast
Aa
#e9a827 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9a827 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green65.9%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow83.3%
Key (black)8.6%
Color previews
#e9a827 text on a black background
contrast 10.10:1
Card sample
#e9a827 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9a827;
Background color
Panel with #e9a827 background
background-color: #e9a827;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9a827;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 168, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 168, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9a827; background: linear-gradient(135deg, #e9a827, #A9E927);