#eee18a
a light, vivid yellow · cool · “khaki”
RGB
238, 225, 138
HSL
52°, 75%, 74%
CMYK
0, 6, 42, 7
Luminance
0.7386
Every format
| HEX | #eee18a |
| RGB | rgb(238, 225, 138) |
| HSL | hsl(52, 75%, 74%) |
| CMYK | cmyk(0%, 6%, 42%, 7%) |
| LAB | lab(88.9 -7.5 44.1) |
| LCH | lch(88.9 44.7 99.6) |
| OKLCH | oklch(0.901 0.109 100.9) |
Copy-ready code
/* CSS */
color: #eee18a;
background-color: #eee18a;
/* Tailwind (arbitrary) */
class="text-[#eee18a] bg-[#eee18a]"
/* SCSS */
$brand: #eee18a;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.541)
/* Android */
Color.parseColor("#eee18a")Accessibility — WCAG contrast
Aa
#eee18a on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee18a on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow42.0%
Key (black)6.7%
Color previews
#eee18a text on a black background
contrast 15.77:1
Card sample
#eee18a text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee18a;
Background color
Panel with #eee18a background
background-color: #eee18a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee18a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee18a; background: linear-gradient(135deg, #eee18a, #B8EE8A);