#eefd9b
a light, electric yellow · cool · closest name: khaki
RGB
238, 253, 155
HSL
69°, 96%, 80%
CMYK
6, 0, 39, 1
Luminance
0.9079
Every format
| HEX | #eefd9b |
| RGB | rgb(238, 253, 155) |
| HSL | hsl(69, 96%, 80%) |
| CMYK | cmyk(6%, 0%, 39%, 1%) |
| LAB | lab(96.3 -19.5 45.2) |
| LCH | lch(96.3 49.2 113.3) |
| OKLCH | oklch(0.962 0.123 115.9) |
Copy-ready code
/* CSS */
color: #eefd9b;
background-color: #eefd9b;
/* Tailwind (arbitrary) */
class="text-[#eefd9b] bg-[#eefd9b]"
/* SCSS */
$brand: #eefd9b;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.608)
/* Android */
Color.parseColor("#eefd9b")Accessibility — WCAG contrast
Aa
#eefd9b on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefd9b on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue60.8%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow38.7%
Key (black)0.8%
Color previews
#eefd9b text on a black background
contrast 19.16:1
Card sample
#eefd9b text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefd9b;
Background color
Panel with #eefd9b background
background-color: #eefd9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefd9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefd9b; background: linear-gradient(135deg, #eefd9b, #ADFD9B);