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