#eeeea0
a light, vivid yellow · cool · closest name: khaki
RGB
238, 238, 160
HSL
60°, 70%, 78%
CMYK
0, 0, 33, 7
Luminance
0.8186
Every format
| HEX | #eeeea0 |
| RGB | rgb(238, 238, 160) |
| HSL | hsl(60, 70%, 78%) |
| CMYK | cmyk(0%, 0%, 33%, 7%) |
| LAB | lab(92.5 -11.6 37.8) |
| LCH | lch(92.5 39.6 107.0) |
| OKLCH | oklch(0.931 0.099 108.2) |
Copy-ready code
/* CSS */
color: #eeeea0;
background-color: #eeeea0;
/* Tailwind (arbitrary) */
class="text-[#eeeea0] bg-[#eeeea0]"
/* SCSS */
$brand: #eeeea0;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.627)
/* Android */
Color.parseColor("#eeeea0")Accessibility — WCAG contrast
Aa
#eeeea0 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeea0 on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow32.8%
Key (black)6.7%
Color previews
#eeeea0 text on a black background
contrast 17.37:1
Card sample
#eeeea0 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeea0;
Background color
Panel with #eeeea0 background
background-color: #eeeea0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeea0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeea0; background: linear-gradient(135deg, #eeeea0, #BAEEA0);