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