#eeff99
a light, electric green · cool · closest name: khaki
RGB
238, 255, 153
HSL
70°, 100%, 80%
CMYK
7, 0, 40, 0
Luminance
0.9200
Every format
| HEX | #eeff99 |
| RGB | rgb(238, 255, 153) |
| HSL | hsl(70, 100%, 80%) |
| CMYK | cmyk(7%, 0%, 40%, 0%) |
| LAB | lab(96.8 -20.6 46.8) |
| LCH | lch(96.8 51.2 113.8) |
| OKLCH | oklch(0.965 0.128 116.6) |
Copy-ready code
/* CSS */
color: #eeff99;
background-color: #eeff99;
/* Tailwind (arbitrary) */
class="text-[#eeff99] bg-[#eeff99]"
/* SCSS */
$brand: #eeff99;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.600)
/* Android */
Color.parseColor("#eeff99")Accessibility — WCAG contrast
Aa
#eeff99 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeff99 on black: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue60.0%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow40.0%
Key (black)0.0%
Color previews
#eeff99 text on a black background
contrast 19.40:1
Card sample
#eeff99 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeff99;
Background color
Panel with #eeff99 background
background-color: #eeff99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeff99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeff99; background: linear-gradient(135deg, #eeff99, #AAFF99);