#e8a600
a balanced, electric yellow · warm · closest name: orange
RGB
232, 166, 0
HSL
43°, 100%, 46%
CMYK
0, 28, 100, 9
Luminance
0.4443
Every format
| HEX | #e8a600 |
| RGB | rgb(232, 166, 0) |
| HSL | hsl(43, 100%, 46%) |
| CMYK | cmyk(0%, 28%, 100%, 9%) |
| LAB | lab(72.5 13.6 76.1) |
| LCH | lch(72.5 77.3 79.8) |
| OKLCH | oklch(0.768 0.159 79.9) |
Copy-ready code
/* CSS */
color: #e8a600;
background-color: #e8a600;
/* Tailwind (arbitrary) */
class="text-[#e8a600] bg-[#e8a600]"
/* SCSS */
$brand: #e8a600;
/* SwiftUI */
Color(red: 0.910, green: 0.651, blue: 0.000)
/* Android */
Color.parseColor("#e8a600")Accessibility — WCAG contrast
Aa
#e8a600 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8a600 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green65.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow100.0%
Key (black)9.0%
Color previews
#e8a600 text on a black background
contrast 9.89:1
Card sample
#e8a600 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8a600;
Background color
Panel with #e8a600 background
background-color: #e8a600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8a600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 166, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 166, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8a600; background: linear-gradient(135deg, #e8a600, #8FE800);