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