#eaf3dc
a pale, vivid green · cool · closest name: beige
RGB
234, 243, 220
HSL
84°, 49%, 91%
CMYK
4, 0, 10, 5
Luminance
0.8676
Every format
| HEX | #eaf3dc |
| RGB | rgb(234, 243, 220) |
| HSL | hsl(84, 49%, 91%) |
| CMYK | cmyk(4%, 0%, 10%, 5%) |
| LAB | lab(94.6 -7.0 10.1) |
| LCH | lch(94.6 12.3 124.7) |
| OKLCH | oklch(0.951 0.032 124.5) |
Copy-ready code
/* CSS */
color: #eaf3dc;
background-color: #eaf3dc;
/* Tailwind (arbitrary) */
class="text-[#eaf3dc] bg-[#eaf3dc]"
/* SCSS */
$brand: #eaf3dc;
/* SwiftUI */
Color(red: 0.918, green: 0.953, blue: 0.863)
/* Android */
Color.parseColor("#eaf3dc")Accessibility — WCAG contrast
Aa
#eaf3dc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf3dc on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.3%
Blue86.3%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow9.5%
Key (black)4.7%
Color previews
#eaf3dc text on a black background
contrast 18.35:1
Card sample
#eaf3dc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf3dc;
Background color
Panel with #eaf3dc background
background-color: #eaf3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 243, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 243, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf3dc; background: linear-gradient(135deg, #eaf3dc, #DCF3DD);