#eeff80
a light, electric yellow · cool · closest name: khaki
RGB
238, 255, 128
HSL
68°, 100%, 75%
CMYK
7, 0, 50, 0
Luminance
0.9126
Every format
| HEX | #eeff80 |
| RGB | rgb(238, 255, 128) |
| HSL | hsl(68, 100%, 75%) |
| CMYK | cmyk(7%, 0%, 50%, 0%) |
| LAB | lab(96.5 -23.1 58.2) |
| LCH | lch(96.5 62.6 111.7) |
| OKLCH | oklch(0.962 0.153 115.6) |
Copy-ready code
/* CSS */
color: #eeff80;
background-color: #eeff80;
/* Tailwind (arbitrary) */
class="text-[#eeff80] bg-[#eeff80]"
/* SCSS */
$brand: #eeff80;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.502)
/* Android */
Color.parseColor("#eeff80")Accessibility — WCAG contrast
Aa
#eeff80 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeff80 on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue50.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow49.8%
Key (black)0.0%
Color previews
#eeff80 text on a black background
contrast 19.25:1
Card sample
#eeff80 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeff80;
Background color
Panel with #eeff80 background
background-color: #eeff80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeff80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeff80; background: linear-gradient(135deg, #eeff80, #99FF80);