#eee902
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 233, 2
HSL
59°, 98%, 47%
CMYK
0, 2, 99, 7
Luminance
0.7646
Every format
| HEX | #eee902 |
| RGB | rgb(238, 233, 2) |
| HSL | hsl(59, 98%, 47%) |
| CMYK | cmyk(0%, 2%, 99%, 7%) |
| LAB | lab(90.1 -18.0 88.6) |
| LCH | lch(90.1 90.4 101.5) |
| OKLCH | oklch(0.908 0.196 108.2) |
Copy-ready code
/* CSS */
color: #eee902;
background-color: #eee902;
/* Tailwind (arbitrary) */
class="text-[#eee902] bg-[#eee902]"
/* SCSS */
$brand: #eee902;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.008)
/* Android */
Color.parseColor("#eee902")Accessibility — WCAG contrast
Aa
#eee902 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee902 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow99.2%
Key (black)6.7%
Color previews
#eee902 text on a black background
contrast 16.29:1
Card sample
#eee902 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee902;
Background color
Panel with #eee902 background
background-color: #eee902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee902; background: linear-gradient(135deg, #eee902, #56EE02);