#eafdce
a pale, electric green · cool · closest name: beige
RGB
234, 253, 206
HSL
84°, 92%, 90%
CMYK
8, 0, 19, 1
Luminance
0.9220
Every format
| HEX | #eafdce |
| RGB | rgb(234, 253, 206) |
| HSL | hsl(84, 92%, 90%) |
| CMYK | cmyk(8%, 0%, 19%, 1%) |
| LAB | lab(96.9 -14.2 20.4) |
| LCH | lch(96.9 24.9 124.7) |
| OKLCH | oklch(0.968 0.064 125.5) |
Copy-ready code
/* CSS */
color: #eafdce;
background-color: #eafdce;
/* Tailwind (arbitrary) */
class="text-[#eafdce] bg-[#eafdce]"
/* SCSS */
$brand: #eafdce;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#eafdce")Accessibility — WCAG contrast
Aa
#eafdce on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafdce on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue80.8%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#eafdce text on a black background
contrast 19.44:1
Card sample
#eafdce text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafdce;
Background color
Panel with #eafdce background
background-color: #eafdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafdce; background: linear-gradient(135deg, #eafdce, #CEFDD1);