#eefd8c
a light, electric yellow · cool · closest name: khaki
RGB
238, 253, 140
HSL
68°, 97%, 77%
CMYK
6, 0, 45, 1
Luminance
0.9032
Every format
| HEX | #eefd8c |
| RGB | rgb(238, 253, 140) |
| HSL | hsl(68, 97%, 77%) |
| CMYK | cmyk(6%, 0%, 45%, 1%) |
| LAB | lab(96.1 -21.0 52.2) |
| LCH | lch(96.1 56.3 112.0) |
| OKLCH | oklch(0.959 0.139 115.3) |
Copy-ready code
/* CSS */
color: #eefd8c;
background-color: #eefd8c;
/* Tailwind (arbitrary) */
class="text-[#eefd8c] bg-[#eefd8c]"
/* SCSS */
$brand: #eefd8c;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.549)
/* Android */
Color.parseColor("#eefd8c")Accessibility — WCAG contrast
Aa
#eefd8c on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefd8c on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue54.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow44.7%
Key (black)0.8%
Color previews
#eefd8c text on a black background
contrast 19.06:1
Card sample
#eefd8c text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefd8c;
Background color
Panel with #eefd8c background
background-color: #eefd8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefd8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefd8c; background: linear-gradient(135deg, #eefd8c, #A3FD8C);