#eefcaf
a light, electric green · cool · closest name: khaki
RGB
238, 252, 175
HSL
71°, 93%, 84%
CMYK
6, 0, 31, 1
Luminance
0.9089
Every format
| HEX | #eefcaf |
| RGB | rgb(238, 252, 175) |
| HSL | hsl(71, 93%, 84%) |
| CMYK | cmyk(6%, 0%, 31%, 1%) |
| LAB | lab(96.4 -16.6 35.4) |
| LCH | lch(96.4 39.1 115.1) |
| OKLCH | oklch(0.963 0.099 116.7) |
Copy-ready code
/* CSS */
color: #eefcaf;
background-color: #eefcaf;
/* Tailwind (arbitrary) */
class="text-[#eefcaf] bg-[#eefcaf]"
/* SCSS */
$brand: #eefcaf;
/* SwiftUI */
Color(red: 0.933, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#eefcaf")Accessibility — WCAG contrast
Aa
#eefcaf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefcaf on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.8%
Blue68.6%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#eefcaf text on a black background
contrast 19.18:1
Card sample
#eefcaf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefcaf;
Background color
Panel with #eefcaf background
background-color: #eefcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefcaf; background: linear-gradient(135deg, #eefcaf, #BBFCAF);