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