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