#eeeb49
a balanced, electric yellow · cool · closest name: gold
RGB
238, 235, 73
HSL
59°, 83%, 61%
CMYK
0, 1, 69, 7
Luminance
0.7807
Every format
| HEX | #eeeb49 |
| RGB | rgb(238, 235, 73) |
| HSL | hsl(59, 83%, 61%) |
| CMYK | cmyk(0%, 1%, 69%, 7%) |
| LAB | lab(90.8 -17.3 74.6) |
| LCH | lch(90.8 76.6 103.0) |
| OKLCH | oklch(0.915 0.175 108.3) |
Copy-ready code
/* CSS */
color: #eeeb49;
background-color: #eeeb49;
/* Tailwind (arbitrary) */
class="text-[#eeeb49] bg-[#eeeb49]"
/* SCSS */
$brand: #eeeb49;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#eeeb49")Accessibility — WCAG contrast
Aa
#eeeb49 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeb49 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow69.3%
Key (black)6.7%
Color previews
#eeeb49 text on a black background
contrast 16.61:1
Card sample
#eeeb49 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeb49;
Background color
Panel with #eeeb49 background
background-color: #eeeb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeb49; background: linear-gradient(135deg, #eeeb49, #83EE49);