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