#eafdf3
a pale, electric green · cool · closest name: ivory
RGB
234, 253, 243
HSL
148°, 83%, 96%
CMYK
8, 0, 4, 1
Luminance
0.9421
Every format
| HEX | #eafdf3 |
| RGB | rgb(234, 253, 243) |
| HSL | hsl(148, 83%, 96%) |
| CMYK | cmyk(8%, 0%, 4%, 1%) |
| LAB | lab(97.7 -8.0 2.6) |
| LCH | lch(97.7 8.4 161.7) |
| OKLCH | oklch(0.977 0.024 163.2) |
Copy-ready code
/* CSS */
color: #eafdf3;
background-color: #eafdf3;
/* Tailwind (arbitrary) */
class="text-[#eafdf3] bg-[#eafdf3]"
/* SCSS */
$brand: #eafdf3;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.953)
/* Android */
Color.parseColor("#eafdf3")Accessibility — WCAG contrast
Aa
#eafdf3 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafdf3 on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue95.3%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow4.0%
Key (black)0.8%
Color previews
#eafdf3 text on a black background
contrast 19.84:1
Card sample
#eafdf3 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafdf3;
Background color
Panel with #eafdf3 background
background-color: #eafdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafdf3; background: linear-gradient(135deg, #eafdf3, #EAFAFD);