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