#eeffaf
a light, electric green · cool · closest name: khaki
RGB
238, 255, 175
HSL
73°, 100%, 84%
CMYK
7, 0, 31, 0
Luminance
0.9279
Every format
| HEX | #eeffaf |
| RGB | rgb(238, 255, 175) |
| HSL | hsl(73, 100%, 84%) |
| CMYK | cmyk(7%, 0%, 31%, 0%) |
| LAB | lab(97.1 -18.1 36.5) |
| LCH | lch(97.1 40.7 116.4) |
| OKLCH | oklch(0.969 0.103 118.1) |
Copy-ready code
/* CSS */
color: #eeffaf;
background-color: #eeffaf;
/* Tailwind (arbitrary) */
class="text-[#eeffaf] bg-[#eeffaf]"
/* SCSS */
$brand: #eeffaf;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#eeffaf")Accessibility — WCAG contrast
Aa
#eeffaf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeffaf on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue68.6%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#eeffaf text on a black background
contrast 19.56:1
Card sample
#eeffaf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeffaf;
Background color
Panel with #eeffaf background
background-color: #eeffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeffaf; background: linear-gradient(135deg, #eeffaf, #B9FFAF);