#eee992
a light, vivid yellow · cool · closest name: khaki
RGB
238, 233, 146
HSL
57°, 73%, 75%
CMYK
0, 2, 39, 7
Luminance
0.7853
Every format
| HEX | #eee992 |
| RGB | rgb(238, 233, 146) |
| HSL | hsl(57, 73%, 75%) |
| CMYK | cmyk(0%, 2%, 39%, 7%) |
| LAB | lab(91.0 -10.7 42.9) |
| LCH | lch(91.0 44.2 104.0) |
| OKLCH | oklch(0.919 0.109 105.5) |
Copy-ready code
/* CSS */
color: #eee992;
background-color: #eee992;
/* Tailwind (arbitrary) */
class="text-[#eee992] bg-[#eee992]"
/* SCSS */
$brand: #eee992;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.573)
/* Android */
Color.parseColor("#eee992")Accessibility — WCAG contrast
Aa
#eee992 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee992 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow38.7%
Key (black)6.7%
Color previews
#eee992 text on a black background
contrast 16.71:1
Card sample
#eee992 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee992;
Background color
Panel with #eee992 background
background-color: #eee992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee992; background: linear-gradient(135deg, #eee992, #B6EE92);