#eaf8df
a pale, vivid green · cool · closest name: beige
RGB
234, 248, 223
HSL
94°, 64%, 92%
CMYK
6, 0, 10, 3
Luminance
0.8995
Every format
| HEX | #eaf8df |
| RGB | rgb(234, 248, 223) |
| HSL | hsl(94, 64%, 92%) |
| CMYK | cmyk(6%, 0%, 10%, 3%) |
| LAB | lab(96.0 -9.0 10.4) |
| LCH | lch(96.0 13.8 130.7) |
| OKLCH | oklch(0.962 0.036 131.2) |
Copy-ready code
/* CSS */
color: #eaf8df;
background-color: #eaf8df;
/* Tailwind (arbitrary) */
class="text-[#eaf8df] bg-[#eaf8df]"
/* SCSS */
$brand: #eaf8df;
/* SwiftUI */
Color(red: 0.918, green: 0.973, blue: 0.875)
/* Android */
Color.parseColor("#eaf8df")Accessibility — WCAG contrast
Aa
#eaf8df on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf8df on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.3%
Blue87.5%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow10.1%
Key (black)2.7%
Color previews
#eaf8df text on a black background
contrast 18.99:1
Card sample
#eaf8df text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf8df;
Background color
Panel with #eaf8df background
background-color: #eaf8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 248, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 248, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf8df; background: linear-gradient(135deg, #eaf8df, #DFF8E5);