#e9be27
a balanced, electric yellow · cool · closest name: gold
RGB
233, 190, 39
HSL
47°, 82%, 53%
CMYK
0, 19, 83, 9
Luminance
0.5430
Every format
| HEX | #e9be27 |
| RGB | rgb(233, 190, 39) |
| HSL | hsl(47, 82%, 53%) |
| CMYK | cmyk(0%, 19%, 83%, 9%) |
| LAB | lab(78.6 2.0 74.0) |
| LCH | lch(78.6 74.0 88.4) |
| OKLCH | oklch(0.817 0.158 91.2) |
Copy-ready code
/* CSS */
color: #e9be27;
background-color: #e9be27;
/* Tailwind (arbitrary) */
class="text-[#e9be27] bg-[#e9be27]"
/* SCSS */
$brand: #e9be27;
/* SwiftUI */
Color(red: 0.914, green: 0.745, blue: 0.153)
/* Android */
Color.parseColor("#e9be27")Accessibility — WCAG contrast
Aa
#e9be27 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9be27 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green74.5%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow83.3%
Key (black)8.6%
Color previews
#e9be27 text on a black background
contrast 11.86:1
Card sample
#e9be27 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9be27;
Background color
Panel with #e9be27 background
background-color: #e9be27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9be27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 190, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 190, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9be27; background: linear-gradient(135deg, #e9be27, #93E927);