#eee398
a light, vivid yellow · cool · closest name: khaki
RGB
238, 227, 152
HSL
52°, 72%, 77%
CMYK
0, 5, 36, 7
Luminance
0.7538
Every format
| HEX | #eee398 |
| RGB | rgb(238, 227, 152) |
| HSL | hsl(52, 72%, 77%) |
| CMYK | cmyk(0%, 5%, 36%, 7%) |
| LAB | lab(89.6 -7.0 38.0) |
| LCH | lch(89.6 38.6 100.4) |
| OKLCH | oklch(0.908 0.096 100.9) |
Copy-ready code
/* CSS */
color: #eee398;
background-color: #eee398;
/* Tailwind (arbitrary) */
class="text-[#eee398] bg-[#eee398]"
/* SCSS */
$brand: #eee398;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.596)
/* Android */
Color.parseColor("#eee398")Accessibility — WCAG contrast
Aa
#eee398 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee398 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow36.1%
Key (black)6.7%
Color previews
#eee398 text on a black background
contrast 16.08:1
Card sample
#eee398 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee398;
Background color
Panel with #eee398 background
background-color: #eee398;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee398;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee398; background: linear-gradient(135deg, #eee398, #C0EE98);