#eef978
a light, electric yellow · cool · closest name: khaki
RGB
238, 249, 120
HSL
65°, 92%, 72%
CMYK
4, 0, 52, 2
Luminance
0.8728
Every format
| HEX | #eef978 |
| RGB | rgb(238, 249, 120) |
| HSL | hsl(65, 92%, 72%) |
| CMYK | cmyk(4%, 0%, 52%, 2%) |
| LAB | lab(94.9 -20.9 59.9) |
| LCH | lch(94.9 63.4 109.3) |
| OKLCH | oklch(0.948 0.153 113.3) |
Copy-ready code
/* CSS */
color: #eef978;
background-color: #eef978;
/* Tailwind (arbitrary) */
class="text-[#eef978] bg-[#eef978]"
/* SCSS */
$brand: #eef978;
/* SwiftUI */
Color(red: 0.933, green: 0.976, blue: 0.471)
/* Android */
Color.parseColor("#eef978")Accessibility — WCAG contrast
Aa
#eef978 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef978 on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.6%
Blue47.1%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow51.8%
Key (black)2.4%
Color previews
#eef978 text on a black background
contrast 18.46:1
Card sample
#eef978 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef978;
Background color
Panel with #eef978 background
background-color: #eef978;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef978;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 249, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 249, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef978; background: linear-gradient(135deg, #eef978, #98F978);