#eef5db
a pale, vivid green · cool · closest name: beige
RGB
238, 245, 219
HSL
76°, 57%, 91%
CMYK
3, 0, 11, 4
Luminance
0.8860
Every format
| HEX | #eef5db |
| RGB | rgb(238, 245, 219) |
| HSL | hsl(76, 57%, 91%) |
| CMYK | cmyk(3%, 0%, 11%, 4%) |
| LAB | lab(95.4 -6.8 11.7) |
| LCH | lch(95.4 13.5 120.0) |
| OKLCH | oklch(0.958 0.035 119.3) |
Copy-ready code
/* CSS */
color: #eef5db;
background-color: #eef5db;
/* Tailwind (arbitrary) */
class="text-[#eef5db] bg-[#eef5db]"
/* SCSS */
$brand: #eef5db;
/* SwiftUI */
Color(red: 0.933, green: 0.961, blue: 0.859)
/* Android */
Color.parseColor("#eef5db")Accessibility — WCAG contrast
Aa
#eef5db on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef5db on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.1%
Blue85.9%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow10.6%
Key (black)3.9%
Color previews
#eef5db text on a black background
contrast 18.72:1
Card sample
#eef5db text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef5db;
Background color
Panel with #eef5db background
background-color: #eef5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 245, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 245, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef5db; background: linear-gradient(135deg, #eef5db, #DDF5DB);