#eeefa7
a light, vivid yellow · cool · closest name: khaki
RGB
238, 239, 167
HSL
61°, 69%, 80%
CMYK
0, 0, 30, 6
Luminance
0.8270
Every format
| HEX | #eeefa7 |
| RGB | rgb(238, 239, 167) |
| HSL | hsl(61, 69%, 80%) |
| CMYK | cmyk(0%, 0%, 30%, 6%) |
| LAB | lab(92.9 -11.2 34.8) |
| LCH | lch(92.9 36.6 107.9) |
| OKLCH | oklch(0.935 0.092 108.7) |
Copy-ready code
/* CSS */
color: #eeefa7;
background-color: #eeefa7;
/* Tailwind (arbitrary) */
class="text-[#eeefa7] bg-[#eeefa7]"
/* SCSS */
$brand: #eeefa7;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.655)
/* Android */
Color.parseColor("#eeefa7")Accessibility — WCAG contrast
Aa
#eeefa7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefa7 on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue65.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow30.1%
Key (black)6.3%
Color previews
#eeefa7 text on a black background
contrast 17.54:1
Card sample
#eeefa7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefa7;
Background color
Panel with #eeefa7 background
background-color: #eeefa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefa7; background: linear-gradient(135deg, #eeefa7, #BEEFA7);