#eaf394
a light, electric yellow · cool · closest name: khaki
RGB
234, 243, 148
HSL
66°, 80%, 77%
CMYK
4, 0, 39, 5
Luminance
0.8373
Every format
| HEX | #eaf394 |
| RGB | rgb(234, 243, 148) |
| HSL | hsl(66, 80%, 77%) |
| CMYK | cmyk(4%, 0%, 39%, 5%) |
| LAB | lab(93.3 -16.9 44.8) |
| LCH | lch(93.3 47.9 110.7) |
| OKLCH | oklch(0.937 0.119 113.1) |
Copy-ready code
/* CSS */
color: #eaf394;
background-color: #eaf394;
/* Tailwind (arbitrary) */
class="text-[#eaf394] bg-[#eaf394]"
/* SCSS */
$brand: #eaf394;
/* SwiftUI */
Color(red: 0.918, green: 0.953, blue: 0.580)
/* Android */
Color.parseColor("#eaf394")Accessibility — WCAG contrast
Aa
#eaf394 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf394 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.3%
Blue58.0%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow39.1%
Key (black)4.7%
Color previews
#eaf394 text on a black background
contrast 17.75:1
Card sample
#eaf394 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf394;
Background color
Panel with #eaf394 background
background-color: #eaf394;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf394;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 243, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 243, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf394; background: linear-gradient(135deg, #eaf394, #ABF394);