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