#eaf8db
a pale, vivid green · cool · closest name: beige
RGB
234, 248, 219
HSL
89°, 67%, 92%
CMYK
6, 0, 12, 3
Luminance
0.8974
Every format
| HEX | #eaf8db |
| RGB | rgb(234, 248, 219) |
| HSL | hsl(89, 67%, 92%) |
| CMYK | cmyk(6%, 0%, 12%, 3%) |
| LAB | lab(95.9 -9.6 12.4) |
| LCH | lch(95.9 15.7 127.9) |
| OKLCH | oklch(0.961 0.041 128.3) |
Copy-ready code
/* CSS */
color: #eaf8db;
background-color: #eaf8db;
/* Tailwind (arbitrary) */
class="text-[#eaf8db] bg-[#eaf8db]"
/* SCSS */
$brand: #eaf8db;
/* SwiftUI */
Color(red: 0.918, green: 0.973, blue: 0.859)
/* Android */
Color.parseColor("#eaf8db")Accessibility — WCAG contrast
Aa
#eaf8db on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf8db on black: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.3%
Blue85.9%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow11.7%
Key (black)2.7%
Color previews
#eaf8db text on a black background
contrast 18.95:1
Card sample
#eaf8db text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf8db;
Background color
Panel with #eaf8db background
background-color: #eaf8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 248, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 248, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf8db; background: linear-gradient(135deg, #eaf8db, #DBF8DF);