#eee41e
a balanced, electric yellow · cool · closest name: gold
RGB
238, 228, 30
HSL
57°, 86%, 53%
CMYK
0, 4, 87, 7
Luminance
0.7376
Every format
| HEX | #eee41e |
| RGB | rgb(238, 228, 30) |
| HSL | hsl(57, 86%, 53%) |
| CMYK | cmyk(0%, 4%, 87%, 7%) |
| LAB | lab(88.8 -15.3 84.5) |
| LCH | lch(88.8 85.8 100.2) |
| OKLCH | oklch(0.898 0.187 106.3) |
Copy-ready code
/* CSS */
color: #eee41e;
background-color: #eee41e;
/* Tailwind (arbitrary) */
class="text-[#eee41e] bg-[#eee41e]"
/* SCSS */
$brand: #eee41e;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.118)
/* Android */
Color.parseColor("#eee41e")Accessibility — WCAG contrast
Aa
#eee41e on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee41e on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow87.4%
Key (black)6.7%
Color previews
#eee41e text on a black background
contrast 15.75:1
Card sample
#eee41e text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee41e;
Background color
Panel with #eee41e background
background-color: #eee41e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee41e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee41e; background: linear-gradient(135deg, #eee41e, #6DEE1E);