#eef3da
a pale, vivid green · cool · “beige”
RGB
238, 243, 218
HSL
72°, 51%, 90%
CMYK
2, 0, 10, 5
Luminance
0.8734
Every format
| HEX | #eef3da |
| RGB | rgb(238, 243, 218) |
| HSL | hsl(72, 51%, 90%) |
| CMYK | cmyk(2%, 0%, 10%, 5%) |
| LAB | lab(94.9 -5.9 11.5) |
| LCH | lch(94.9 12.9 117.3) |
| OKLCH | oklch(0.954 0.033 116.2) |
Copy-ready code
/* CSS */
color: #eef3da;
background-color: #eef3da;
/* Tailwind (arbitrary) */
class="text-[#eef3da] bg-[#eef3da]"
/* SCSS */
$brand: #eef3da;
/* SwiftUI */
Color(red: 0.933, green: 0.953, blue: 0.855)
/* Android */
Color.parseColor("#eef3da")Accessibility — WCAG contrast
Aa
#eef3da on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef3da on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.3%
Blue85.5%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow10.3%
Key (black)4.7%
Color previews
#eef3da text on a black background
contrast 18.47:1
Card sample
#eef3da text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef3da;
Background color
Panel with #eef3da background
background-color: #eef3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 243, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 243, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef3da; background: linear-gradient(135deg, #eef3da, #DDF3DA);