#eeefa4
a light, vivid yellow · cool · closest name: khaki
RGB
238, 239, 164
HSL
61°, 70%, 79%
CMYK
0, 0, 31, 6
Luminance
0.8259
Every format
| HEX | #eeefa4 |
| RGB | rgb(238, 239, 164) |
| HSL | hsl(61, 70%, 79%) |
| CMYK | cmyk(0%, 0%, 31%, 6%) |
| LAB | lab(92.8 -11.6 36.3) |
| LCH | lch(92.8 38.1 107.7) |
| OKLCH | oklch(0.934 0.095 108.8) |
Copy-ready code
/* CSS */
color: #eeefa4;
background-color: #eeefa4;
/* Tailwind (arbitrary) */
class="text-[#eeefa4] bg-[#eeefa4]"
/* SCSS */
$brand: #eeefa4;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.643)
/* Android */
Color.parseColor("#eeefa4")Accessibility — WCAG contrast
Aa
#eeefa4 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefa4 on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue64.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow31.4%
Key (black)6.3%
Color previews
#eeefa4 text on a black background
contrast 17.52:1
Card sample
#eeefa4 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefa4;
Background color
Panel with #eeefa4 background
background-color: #eeefa4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefa4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefa4; background: linear-gradient(135deg, #eeefa4, #BCEFA4);