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