#e9b607
a balanced, electric yellow · cool · closest name: gold
RGB
233, 182, 7
HSL
47°, 94%, 47%
CMYK
0, 22, 97, 9
Luminance
0.5079
Every format
| HEX | #e9b607 |
| RGB | rgb(233, 182, 7) |
| HSL | hsl(47, 94%, 47%) |
| CMYK | cmyk(0%, 22%, 97%, 9%) |
| LAB | lab(76.6 5.7 78.1) |
| LCH | lch(76.6 78.3 85.8) |
| OKLCH | oklch(0.800 0.163 88.1) |
Copy-ready code
/* CSS */
color: #e9b607;
background-color: #e9b607;
/* Tailwind (arbitrary) */
class="text-[#e9b607] bg-[#e9b607]"
/* SCSS */
$brand: #e9b607;
/* SwiftUI */
Color(red: 0.914, green: 0.714, blue: 0.027)
/* Android */
Color.parseColor("#e9b607")Accessibility — WCAG contrast
Aa
#e9b607 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9b607 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green71.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow97.0%
Key (black)8.6%
Color previews
#e9b607 text on a black background
contrast 11.16:1
Card sample
#e9b607 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9b607;
Background color
Panel with #e9b607 background
background-color: #e9b607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9b607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 182, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 182, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9b607; background: linear-gradient(135deg, #e9b607, #85E907);