#eee962
a light, electric yellow · cool · closest name: khaki
RGB
238, 233, 98
HSL
58°, 81%, 66%
CMYK
0, 2, 59, 7
Luminance
0.7734
Every format
| HEX | #eee962 |
| RGB | rgb(238, 233, 98) |
| HSL | hsl(58, 81%, 66%) |
| CMYK | cmyk(0%, 2%, 59%, 7%) |
| LAB | lab(90.5 -14.8 64.5) |
| LCH | lch(90.5 66.2 103.0) |
| OKLCH | oklch(0.913 0.155 107.1) |
Copy-ready code
/* CSS */
color: #eee962;
background-color: #eee962;
/* Tailwind (arbitrary) */
class="text-[#eee962] bg-[#eee962]"
/* SCSS */
$brand: #eee962;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.384)
/* Android */
Color.parseColor("#eee962")Accessibility — WCAG contrast
Aa
#eee962 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee962 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow58.8%
Key (black)6.7%
Color previews
#eee962 text on a black background
contrast 16.47:1
Card sample
#eee962 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee962;
Background color
Panel with #eee962 background
background-color: #eee962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee962; background: linear-gradient(135deg, #eee962, #96EE62);