#eefdad
a light, electric green · cool · closest name: khaki
RGB
238, 253, 173
HSL
71°, 95%, 84%
CMYK
6, 0, 32, 1
Luminance
0.9144
Every format
| HEX | #eefdad |
| RGB | rgb(238, 253, 173) |
| HSL | hsl(71, 95%, 84%) |
| CMYK | cmyk(6%, 0%, 32%, 1%) |
| LAB | lab(96.6 -17.3 36.7) |
| LCH | lch(96.6 40.6 115.3) |
| OKLCH | oklch(0.965 0.103 117.0) |
Copy-ready code
/* CSS */
color: #eefdad;
background-color: #eefdad;
/* Tailwind (arbitrary) */
class="text-[#eefdad] bg-[#eefdad]"
/* SCSS */
$brand: #eefdad;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#eefdad")Accessibility — WCAG contrast
Aa
#eefdad on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefdad on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue67.8%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow31.6%
Key (black)0.8%
Color previews
#eefdad text on a black background
contrast 19.29:1
Card sample
#eefdad text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefdad;
Background color
Panel with #eefdad background
background-color: #eefdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefdad; background: linear-gradient(135deg, #eefdad, #B8FDAD);