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