#eee44b
a balanced, electric yellow · cool · closest name: gold
RGB
238, 228, 75
HSL
56°, 83%, 61%
CMYK
0, 4, 69, 7
Luminance
0.7417
Every format
| HEX | #eee44b |
| RGB | rgb(238, 228, 75) |
| HSL | hsl(56, 83%, 61%) |
| CMYK | cmyk(0%, 4%, 69%, 7%) |
| LAB | lab(89.0 -13.7 72.1) |
| LCH | lch(89.0 73.4 100.8) |
| OKLCH | oklch(0.900 0.167 105.6) |
Copy-ready code
/* CSS */
color: #eee44b;
background-color: #eee44b;
/* Tailwind (arbitrary) */
class="text-[#eee44b] bg-[#eee44b]"
/* SCSS */
$brand: #eee44b;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.294)
/* Android */
Color.parseColor("#eee44b")Accessibility — WCAG contrast
Aa
#eee44b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee44b on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow68.5%
Key (black)6.7%
Color previews
#eee44b text on a black background
contrast 15.83:1
Card sample
#eee44b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee44b;
Background color
Panel with #eee44b background
background-color: #eee44b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee44b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee44b; background: linear-gradient(135deg, #eee44b, #8BEE4B);