#eee659
a balanced, electric yellow · cool · closest name: khaki
RGB
238, 230, 89
HSL
57°, 81%, 64%
CMYK
0, 3, 63, 7
Luminance
0.7549
Every format
| HEX | #eee659 |
| RGB | rgb(238, 230, 89) |
| HSL | hsl(57, 81%, 64%) |
| CMYK | cmyk(0%, 3%, 63%, 7%) |
| LAB | lab(89.6 -13.9 67.3) |
| LCH | lch(89.6 68.8 101.7) |
| OKLCH | oklch(0.906 0.159 106.1) |
Copy-ready code
/* CSS */
color: #eee659;
background-color: #eee659;
/* Tailwind (arbitrary) */
class="text-[#eee659] bg-[#eee659]"
/* SCSS */
$brand: #eee659;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.349)
/* Android */
Color.parseColor("#eee659")Accessibility — WCAG contrast
Aa
#eee659 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee659 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow62.6%
Key (black)6.7%
Color previews
#eee659 text on a black background
contrast 16.10:1
Card sample
#eee659 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee659;
Background color
Panel with #eee659 background
background-color: #eee659;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee659;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee659; background: linear-gradient(135deg, #eee659, #93EE59);