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