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