#eaf2db
a pale, vivid green · cool · closest name: beige
RGB
234, 242, 219
HSL
81°, 47%, 90%
CMYK
3, 0, 10, 5
Luminance
0.8611
Every format
| HEX | #eaf2db |
| RGB | rgb(234, 242, 219) |
| HSL | hsl(81, 47%, 90%) |
| CMYK | cmyk(3%, 0%, 10%, 5%) |
| LAB | lab(94.4 -6.6 10.2) |
| LCH | lch(94.4 12.2 123.1) |
| OKLCH | oklch(0.949 0.032 122.6) |
Copy-ready code
/* CSS */
color: #eaf2db;
background-color: #eaf2db;
/* Tailwind (arbitrary) */
class="text-[#eaf2db] bg-[#eaf2db]"
/* SCSS */
$brand: #eaf2db;
/* SwiftUI */
Color(red: 0.918, green: 0.949, blue: 0.859)
/* Android */
Color.parseColor("#eaf2db")Accessibility — WCAG contrast
Aa
#eaf2db on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf2db on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.9%
Blue85.9%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow9.5%
Key (black)5.1%
Color previews
#eaf2db text on a black background
contrast 18.22:1
Card sample
#eaf2db text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf2db;
Background color
Panel with #eaf2db background
background-color: #eaf2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 242, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 242, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf2db; background: linear-gradient(135deg, #eaf2db, #DBF2DB);