#eefeaf
a light, electric green · cool · closest name: khaki
RGB
238, 254, 175
HSL
72°, 98%, 84%
CMYK
6, 0, 31, 0
Luminance
0.9216
Every format
| HEX | #eefeaf |
| RGB | rgb(238, 254, 175) |
| HSL | hsl(72, 98%, 84%) |
| CMYK | cmyk(6%, 0%, 31%, 0%) |
| LAB | lab(96.9 -17.6 36.1) |
| LCH | lch(96.9 40.2 115.9) |
| OKLCH | oklch(0.967 0.102 117.7) |
Copy-ready code
/* CSS */
color: #eefeaf;
background-color: #eefeaf;
/* Tailwind (arbitrary) */
class="text-[#eefeaf] bg-[#eefeaf]"
/* SCSS */
$brand: #eefeaf;
/* SwiftUI */
Color(red: 0.933, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#eefeaf")Accessibility — WCAG contrast
Aa
#eefeaf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefeaf on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.6%
Blue68.6%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#eefeaf text on a black background
contrast 19.43:1
Card sample
#eefeaf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefeaf;
Background color
Panel with #eefeaf background
background-color: #eefeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefeaf; background: linear-gradient(135deg, #eefeaf, #B9FEAF);