#eee096
a light, vivid yellow · cool · closest name: khaki
RGB
238, 224, 150
HSL
51°, 72%, 76%
CMYK
0, 6, 37, 7
Luminance
0.7369
Every format
| HEX | #eee096 |
| RGB | rgb(238, 224, 150) |
| HSL | hsl(51, 72%, 76%) |
| CMYK | cmyk(0%, 6%, 37%, 7%) |
| LAB | lab(88.8 -5.7 38.0) |
| LCH | lch(88.8 38.4 98.5) |
| OKLCH | oklch(0.901 0.095 98.8) |
Copy-ready code
/* CSS */
color: #eee096;
background-color: #eee096;
/* Tailwind (arbitrary) */
class="text-[#eee096] bg-[#eee096]"
/* SCSS */
$brand: #eee096;
/* SwiftUI */
Color(red: 0.933, green: 0.878, blue: 0.588)
/* Android */
Color.parseColor("#eee096")Accessibility — WCAG contrast
Aa
#eee096 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee096 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.8%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow37.0%
Key (black)6.7%
Color previews
#eee096 text on a black background
contrast 15.74:1
Card sample
#eee096 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee096;
Background color
Panel with #eee096 background
background-color: #eee096;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee096;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 224, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 224, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee096; background: linear-gradient(135deg, #eee096, #C1EE96);