#eef2db
a pale, vivid green · cool · “beige”
RGB
238, 242, 219
HSL
70°, 47%, 90%
CMYK
2, 0, 10, 5
Luminance
0.8680
Every format
| HEX | #eef2db |
| RGB | rgb(238, 242, 219) |
| HSL | hsl(70, 47%, 90%) |
| CMYK | cmyk(2%, 0%, 10%, 5%) |
| LAB | lab(94.7 -5.3 10.6) |
| LCH | lch(94.7 11.9 116.3) |
| OKLCH | oklch(0.952 0.031 115.0) |
Copy-ready code
/* CSS */
color: #eef2db;
background-color: #eef2db;
/* Tailwind (arbitrary) */
class="text-[#eef2db] bg-[#eef2db]"
/* SCSS */
$brand: #eef2db;
/* SwiftUI */
Color(red: 0.933, green: 0.949, blue: 0.859)
/* Android */
Color.parseColor("#eef2db")Accessibility — WCAG contrast
Aa
#eef2db on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef2db on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.9%
Blue85.9%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow9.5%
Key (black)5.1%
Color previews
#eef2db text on a black background
contrast 18.36:1
Card sample
#eef2db text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef2db;
Background color
Panel with #eef2db background
background-color: #eef2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 242, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 242, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef2db; background: linear-gradient(135deg, #eef2db, #DFF2DB);