#eee609
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 230, 9
HSL
58°, 93%, 48%
CMYK
0, 3, 96, 7
Luminance
0.7479
Every format
| HEX | #eee609 |
| RGB | rgb(238, 230, 9) |
| HSL | hsl(58, 93%, 48%) |
| CMYK | cmyk(0%, 3%, 96%, 7%) |
| LAB | lab(89.3 -16.5 87.4) |
| LCH | lch(89.3 89.0 100.7) |
| OKLCH | oklch(0.902 0.193 107.1) |
Copy-ready code
/* CSS */
color: #eee609;
background-color: #eee609;
/* Tailwind (arbitrary) */
class="text-[#eee609] bg-[#eee609]"
/* SCSS */
$brand: #eee609;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.035)
/* Android */
Color.parseColor("#eee609")Accessibility — WCAG contrast
Aa
#eee609 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee609 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow96.2%
Key (black)6.7%
Color previews
#eee609 text on a black background
contrast 15.96:1
Card sample
#eee609 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee609;
Background color
Panel with #eee609 background
background-color: #eee609;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee609;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee609; background: linear-gradient(135deg, #eee609, #5DEE09);