#eeefaf
a light, vivid yellow · cool · closest name: khaki
RGB
238, 239, 175
HSL
61°, 67%, 81%
CMYK
0, 0, 27, 6
Luminance
0.8301
Every format
| HEX | #eeefaf |
| RGB | rgb(238, 239, 175) |
| HSL | hsl(61, 67%, 81%) |
| CMYK | cmyk(0%, 0%, 27%, 6%) |
| LAB | lab(93.0 -10.2 30.9) |
| LCH | lch(93.0 32.6 108.3) |
| OKLCH | oklch(0.936 0.082 108.6) |
Copy-ready code
/* CSS */
color: #eeefaf;
background-color: #eeefaf;
/* Tailwind (arbitrary) */
class="text-[#eeefaf] bg-[#eeefaf]"
/* SCSS */
$brand: #eeefaf;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.686)
/* Android */
Color.parseColor("#eeefaf")Accessibility — WCAG contrast
Aa
#eeefaf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefaf on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue68.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow26.8%
Key (black)6.3%
Color previews
#eeefaf text on a black background
contrast 17.60:1
Card sample
#eeefaf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefaf;
Background color
Panel with #eeefaf background
background-color: #eeefaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefaf; background: linear-gradient(135deg, #eeefaf, #C3EFAF);