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