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