#eeefea
a pale, muted green · cool · closest name: white
RGB
238, 239, 234
HSL
72°, 14%, 93%
CMYK
0, 0, 2, 6
Luminance
0.8585
Every format
| HEX | #eeefea |
| RGB | rgb(238, 239, 234) |
| HSL | hsl(72, 14%, 93%) |
| CMYK | cmyk(0%, 0%, 2%, 6%) |
| LAB | lab(94.3 -1.2 2.3) |
| LCH | lch(94.3 2.6 117.7) |
| OKLCH | oklch(0.950 0.007 115.7) |
Copy-ready code
/* CSS */
color: #eeefea;
background-color: #eeefea;
/* Tailwind (arbitrary) */
class="text-[#eeefea] bg-[#eeefea]"
/* SCSS */
$brand: #eeefea;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.918)
/* Android */
Color.parseColor("#eeefea")Accessibility — WCAG contrast
Aa
#eeefea on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefea on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue91.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow2.1%
Key (black)6.3%
Color previews
#eeefea text on a black background
contrast 18.17:1
Card sample
#eeefea text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefea;
Background color
Panel with #eeefea background
background-color: #eeefea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefea; background: linear-gradient(135deg, #eeefea, #EBEFEA);