#eefdda
a pale, electric green · cool · closest name: beige
RGB
238, 253, 218
HSL
86°, 90%, 92%
CMYK
6, 0, 14, 1
Luminance
0.9349
Every format
| HEX | #eefdda |
| RGB | rgb(238, 253, 218) |
| HSL | hsl(86, 90%, 92%) |
| CMYK | cmyk(6%, 0%, 14%, 1%) |
| LAB | lab(97.4 -10.9 15.1) |
| LCH | lch(97.4 18.6 125.9) |
| OKLCH | oklch(0.974 0.048 126.2) |
Copy-ready code
/* CSS */
color: #eefdda;
background-color: #eefdda;
/* Tailwind (arbitrary) */
class="text-[#eefdda] bg-[#eefdda]"
/* SCSS */
$brand: #eefdda;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#eefdda")Accessibility — WCAG contrast
Aa
#eefdda on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefdda on black: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue85.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#eefdda text on a black background
contrast 19.70:1
Card sample
#eefdda text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefdda;
Background color
Panel with #eefdda background
background-color: #eefdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefdda; background: linear-gradient(135deg, #eefdda, #DAFDDE);