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