#eee04f
a balanced, electric yellow · cool · closest name: gold
RGB
238, 224, 79
HSL
55°, 82%, 62%
CMYK
0, 6, 67, 7
Luminance
0.7205
Every format
| HEX | #eee04f |
| RGB | rgb(238, 224, 79) |
| HSL | hsl(55, 82%, 62%) |
| CMYK | cmyk(0%, 6%, 67%, 7%) |
| LAB | lab(88.0 -11.6 69.6) |
| LCH | lch(88.0 70.5 99.4) |
| OKLCH | oklch(0.893 0.161 103.8) |
Copy-ready code
/* CSS */
color: #eee04f;
background-color: #eee04f;
/* Tailwind (arbitrary) */
class="text-[#eee04f] bg-[#eee04f]"
/* SCSS */
$brand: #eee04f;
/* SwiftUI */
Color(red: 0.933, green: 0.878, blue: 0.310)
/* Android */
Color.parseColor("#eee04f")Accessibility — WCAG contrast
Aa
#eee04f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee04f on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow66.8%
Key (black)6.7%
Color previews
#eee04f text on a black background
contrast 15.41:1
Card sample
#eee04f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee04f;
Background color
Panel with #eee04f background
background-color: #eee04f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee04f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 224, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 224, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee04f; background: linear-gradient(135deg, #eee04f, #92EE4F);