#eef2df
a pale, soft green · cool · closest name: beige
RGB
238, 242, 223
HSL
73°, 42%, 91%
CMYK
2, 0, 8, 5
Luminance
0.8701
Every format
| HEX | #eef2df |
| RGB | rgb(238, 242, 223) |
| HSL | hsl(73, 42%, 91%) |
| CMYK | cmyk(2%, 0%, 8%, 5%) |
| LAB | lab(94.7 -4.6 8.7) |
| LCH | lch(94.7 9.8 117.8) |
| OKLCH | oklch(0.953 0.025 116.5) |
Copy-ready code
/* CSS */
color: #eef2df;
background-color: #eef2df;
/* Tailwind (arbitrary) */
class="text-[#eef2df] bg-[#eef2df]"
/* SCSS */
$brand: #eef2df;
/* SwiftUI */
Color(red: 0.933, green: 0.949, blue: 0.875)
/* Android */
Color.parseColor("#eef2df")Accessibility — WCAG contrast
Aa
#eef2df on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef2df on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.9%
Blue87.5%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow7.9%
Key (black)5.1%
Color previews
#eef2df text on a black background
contrast 18.40:1
Card sample
#eef2df text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef2df;
Background color
Panel with #eef2df background
background-color: #eef2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 242, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 242, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef2df; background: linear-gradient(135deg, #eef2df, #E1F2DF);