#eaf99e
a light, electric yellow · cool · closest name: khaki
RGB
234, 249, 158
HSL
70°, 88%, 80%
CMYK
6, 0, 37, 2
Luminance
0.8771
Every format
| HEX | #eaf99e |
| RGB | rgb(234, 249, 158) |
| HSL | hsl(70, 88%, 80%) |
| CMYK | cmyk(6%, 0%, 37%, 2%) |
| LAB | lab(95.0 -18.7 42.1) |
| LCH | lch(95.0 46.0 114.0) |
| OKLCH | oklch(0.951 0.115 116.3) |
Copy-ready code
/* CSS */
color: #eaf99e;
background-color: #eaf99e;
/* Tailwind (arbitrary) */
class="text-[#eaf99e] bg-[#eaf99e]"
/* SCSS */
$brand: #eaf99e;
/* SwiftUI */
Color(red: 0.918, green: 0.976, blue: 0.620)
/* Android */
Color.parseColor("#eaf99e")Accessibility — WCAG contrast
Aa
#eaf99e on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf99e on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.6%
Blue62.0%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow36.5%
Key (black)2.4%
Color previews
#eaf99e text on a black background
contrast 18.54:1
Card sample
#eaf99e text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf99e;
Background color
Panel with #eaf99e background
background-color: #eaf99e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf99e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 249, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 249, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf99e; background: linear-gradient(135deg, #eaf99e, #ADF99E);