#eafddf
a pale, electric green · cool · closest name: beige
RGB
234, 253, 223
HSL
98°, 88%, 93%
CMYK
8, 0, 12, 1
Luminance
0.9307
Every format
| HEX | #eafddf |
| RGB | rgb(234, 253, 223) |
| HSL | hsl(98, 88%, 93%) |
| CMYK | cmyk(8%, 0%, 12%, 1%) |
| LAB | lab(97.3 -11.5 12.3) |
| LCH | lch(97.3 16.8 133.1) |
| OKLCH | oklch(0.972 0.044 133.9) |
Copy-ready code
/* CSS */
color: #eafddf;
background-color: #eafddf;
/* Tailwind (arbitrary) */
class="text-[#eafddf] bg-[#eafddf]"
/* SCSS */
$brand: #eafddf;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#eafddf")Accessibility — WCAG contrast
Aa
#eafddf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafddf on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue87.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#eafddf text on a black background
contrast 19.61:1
Card sample
#eafddf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafddf;
Background color
Panel with #eafddf background
background-color: #eafddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafddf; background: linear-gradient(135deg, #eafddf, #DFFDE8);