#eaf4df
a pale, vivid green · cool · closest name: beige
RGB
234, 244, 223
HSL
89°, 49%, 92%
CMYK
4, 0, 9, 4
Luminance
0.8752
Every format
| HEX | #eaf4df |
| RGB | rgb(234, 244, 223) |
| HSL | hsl(89, 49%, 92%) |
| CMYK | cmyk(4%, 0%, 9%, 4%) |
| LAB | lab(95.0 -7.0 9.0) |
| LCH | lch(95.0 11.4 127.9) |
| OKLCH | oklch(0.954 0.030 127.9) |
Copy-ready code
/* CSS */
color: #eaf4df;
background-color: #eaf4df;
/* Tailwind (arbitrary) */
class="text-[#eaf4df] bg-[#eaf4df]"
/* SCSS */
$brand: #eaf4df;
/* SwiftUI */
Color(red: 0.918, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#eaf4df")Accessibility — WCAG contrast
Aa
#eaf4df on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf4df on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.7%
Blue87.5%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#eaf4df text on a black background
contrast 18.50:1
Card sample
#eaf4df text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf4df;
Background color
Panel with #eaf4df background
background-color: #eaf4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf4df; background: linear-gradient(135deg, #eaf4df, #DFF4E2);