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