#eee496
a light, vivid yellow · cool · closest name: khaki
RGB
238, 228, 150
HSL
53°, 72%, 76%
CMYK
0, 4, 37, 7
Luminance
0.7587
Every format
| HEX | #eee496 |
| RGB | rgb(238, 228, 150) |
| HSL | hsl(53, 72%, 76%) |
| CMYK | cmyk(0%, 4%, 37%, 7%) |
| LAB | lab(89.8 -7.7 39.3) |
| LCH | lch(89.8 40.1 101.1) |
| OKLCH | oklch(0.909 0.099 101.9) |
Copy-ready code
/* CSS */
color: #eee496;
background-color: #eee496;
/* Tailwind (arbitrary) */
class="text-[#eee496] bg-[#eee496]"
/* SCSS */
$brand: #eee496;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.588)
/* Android */
Color.parseColor("#eee496")Accessibility — WCAG contrast
Aa
#eee496 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee496 on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow37.0%
Key (black)6.7%
Color previews
#eee496 text on a black background
contrast 16.17:1
Card sample
#eee496 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee496;
Background color
Panel with #eee496 background
background-color: #eee496;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee496;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee496; background: linear-gradient(135deg, #eee496, #BDEE96);