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