#eee191
a light, vivid yellow · cool · closest name: khaki
RGB
238, 225, 145
HSL
52°, 73%, 75%
CMYK
0, 6, 39, 7
Luminance
0.7407
Every format
| HEX | #eee191 |
| RGB | rgb(238, 225, 145) |
| HSL | hsl(52, 73%, 75%) |
| CMYK | cmyk(0%, 6%, 39%, 7%) |
| LAB | lab(89.0 -6.8 40.7) |
| LCH | lch(89.0 41.3 99.4) |
| OKLCH | oklch(0.902 0.101 100.2) |
Copy-ready code
/* CSS */
color: #eee191;
background-color: #eee191;
/* Tailwind (arbitrary) */
class="text-[#eee191] bg-[#eee191]"
/* SCSS */
$brand: #eee191;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.569)
/* Android */
Color.parseColor("#eee191")Accessibility — WCAG contrast
Aa
#eee191 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee191 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow39.1%
Key (black)6.7%
Color previews
#eee191 text on a black background
contrast 15.81:1
Card sample
#eee191 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee191;
Background color
Panel with #eee191 background
background-color: #eee191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee191; background: linear-gradient(135deg, #eee191, #BDEE91);