#eef0eb
a pale, muted green · cool · closest name: white
RGB
238, 240, 235
HSL
84°, 14%, 93%
CMYK
1, 0, 2, 6
Luminance
0.8650
Every format
| HEX | #eef0eb |
| RGB | rgb(238, 240, 235) |
| HSL | hsl(84, 14%, 93%) |
| CMYK | cmyk(1%, 0%, 2%, 6%) |
| LAB | lab(94.5 -1.6 2.2) |
| LCH | lch(94.5 2.7 125.4) |
| OKLCH | oklch(0.952 0.007 124.4) |
Copy-ready code
/* CSS */
color: #eef0eb;
background-color: #eef0eb;
/* Tailwind (arbitrary) */
class="text-[#eef0eb] bg-[#eef0eb]"
/* SCSS */
$brand: #eef0eb;
/* SwiftUI */
Color(red: 0.933, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#eef0eb")Accessibility — WCAG contrast
Aa
#eef0eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef0eb on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.1%
Blue92.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#eef0eb text on a black background
contrast 18.30:1
Card sample
#eef0eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef0eb;
Background color
Panel with #eef0eb background
background-color: #eef0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef0eb; background: linear-gradient(135deg, #eef0eb, #EBF0EB);