#eefd7f
a light, electric yellow · cool · closest name: khaki
RGB
238, 253, 127
HSL
67°, 97%, 75%
CMYK
6, 0, 50, 1
Luminance
0.8996
Every format
| HEX | #eefd7f |
| RGB | rgb(238, 253, 127) |
| HSL | hsl(67, 97%, 75%) |
| CMYK | cmyk(6%, 0%, 50%, 1%) |
| LAB | lab(96.0 -22.3 58.0) |
| LCH | lch(96.0 62.1 111.0) |
| OKLCH | oklch(0.958 0.151 114.9) |
Copy-ready code
/* CSS */
color: #eefd7f;
background-color: #eefd7f;
/* Tailwind (arbitrary) */
class="text-[#eefd7f] bg-[#eefd7f]"
/* SCSS */
$brand: #eefd7f;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#eefd7f")Accessibility — WCAG contrast
Aa
#eefd7f on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefd7f on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue49.8%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#eefd7f text on a black background
contrast 18.99:1
Card sample
#eefd7f text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefd7f;
Background color
Panel with #eefd7f background
background-color: #eefd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefd7f; background: linear-gradient(135deg, #eefd7f, #9AFD7F);