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