#e9a607
a balanced, electric yellow · warm · closest name: orange
RGB
233, 166, 7
HSL
42°, 94%, 47%
CMYK
0, 29, 97, 9
Luminance
0.4461
Every format
| HEX | #e9a607 |
| RGB | rgb(233, 166, 7) |
| HSL | hsl(42, 94%, 47%) |
| CMYK | cmyk(0%, 29%, 97%, 9%) |
| LAB | lab(72.6 14.1 75.4) |
| LCH | lch(72.6 76.7 79.4) |
| OKLCH | oklch(0.769 0.159 79.3) |
Copy-ready code
/* CSS */
color: #e9a607;
background-color: #e9a607;
/* Tailwind (arbitrary) */
class="text-[#e9a607] bg-[#e9a607]"
/* SCSS */
$brand: #e9a607;
/* SwiftUI */
Color(red: 0.914, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#e9a607")Accessibility — WCAG contrast
Aa
#e9a607 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9a607 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green65.1%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow97.0%
Key (black)8.6%
Color previews
#e9a607 text on a black background
contrast 9.92:1
Card sample
#e9a607 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9a607;
Background color
Panel with #e9a607 background
background-color: #e9a607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9a607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9a607; background: linear-gradient(135deg, #e9a607, #96E907);