#eee199
a light, vivid yellow · cool · closest name: khaki
RGB
238, 225, 153
HSL
51°, 71%, 77%
CMYK
0, 6, 36, 7
Luminance
0.7433
Every format
| HEX | #eee199 |
| RGB | rgb(238, 225, 153) |
| HSL | hsl(51, 71%, 77%) |
| CMYK | cmyk(0%, 6%, 36%, 7%) |
| LAB | lab(89.1 -5.9 36.9) |
| LCH | lch(89.1 37.3 99.0) |
| OKLCH | oklch(0.904 0.092 99.2) |
Copy-ready code
/* CSS */
color: #eee199;
background-color: #eee199;
/* Tailwind (arbitrary) */
class="text-[#eee199] bg-[#eee199]"
/* SCSS */
$brand: #eee199;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.600)
/* Android */
Color.parseColor("#eee199")Accessibility — WCAG contrast
Aa
#eee199 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee199 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow35.7%
Key (black)6.7%
Color previews
#eee199 text on a black background
contrast 15.87:1
Card sample
#eee199 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee199;
Background color
Panel with #eee199 background
background-color: #eee199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee199; background: linear-gradient(135deg, #eee199, #C2EE99);