#eaf3df
a pale, vivid green · cool · closest name: beige
RGB
234, 243, 223
HSL
87°, 46%, 91%
CMYK
4, 0, 8, 5
Luminance
0.8692
Every format
| HEX | #eaf3df |
| RGB | rgb(234, 243, 223) |
| HSL | hsl(87, 46%, 91%) |
| CMYK | cmyk(4%, 0%, 8%, 5%) |
| LAB | lab(94.7 -6.5 8.6) |
| LCH | lch(94.7 10.8 126.9) |
| OKLCH | oklch(0.952 0.028 126.8) |
Copy-ready code
/* CSS */
color: #eaf3df;
background-color: #eaf3df;
/* Tailwind (arbitrary) */
class="text-[#eaf3df] bg-[#eaf3df]"
/* SCSS */
$brand: #eaf3df;
/* SwiftUI */
Color(red: 0.918, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#eaf3df")Accessibility — WCAG contrast
Aa
#eaf3df on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf3df on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.3%
Blue87.5%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#eaf3df text on a black background
contrast 18.38:1
Card sample
#eaf3df text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf3df;
Background color
Panel with #eaf3df background
background-color: #eaf3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf3df; background: linear-gradient(135deg, #eaf3df, #DFF3E1);