#eaf2df
a pale, soft green · cool · closest name: beige
RGB
234, 242, 223
HSL
85°, 42%, 91%
CMYK
3, 0, 8, 5
Luminance
0.8632
Every format
| HEX | #eaf2df |
| RGB | rgb(234, 242, 223) |
| HSL | hsl(85, 42%, 91%) |
| CMYK | cmyk(3%, 0%, 8%, 5%) |
| LAB | lab(94.5 -6.0 8.3) |
| LCH | lch(94.5 10.2 125.9) |
| OKLCH | oklch(0.950 0.026 125.6) |
Copy-ready code
/* CSS */
color: #eaf2df;
background-color: #eaf2df;
/* Tailwind (arbitrary) */
class="text-[#eaf2df] bg-[#eaf2df]"
/* SCSS */
$brand: #eaf2df;
/* SwiftUI */
Color(red: 0.918, green: 0.949, blue: 0.875)
/* Android */
Color.parseColor("#eaf2df")Accessibility — WCAG contrast
Aa
#eaf2df on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf2df on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.9%
Blue87.5%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow7.9%
Key (black)5.1%
Color previews
#eaf2df text on a black background
contrast 18.26:1
Card sample
#eaf2df text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf2df;
Background color
Panel with #eaf2df background
background-color: #eaf2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 242, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 242, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf2df; background: linear-gradient(135deg, #eaf2df, #DFF2E1);