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