#eafeb3
a light, electric green · cool · closest name: khaki
RGB
234, 254, 179
HSL
76°, 97%, 85%
CMYK
8, 0, 30, 0
Luminance
0.9163
Every format
| HEX | #eafeb3 |
| RGB | rgb(234, 254, 179) |
| HSL | hsl(76, 97%, 85%) |
| CMYK | cmyk(8%, 0%, 30%, 0%) |
| LAB | lab(96.7 -18.5 33.8) |
| LCH | lch(96.7 38.5 118.7) |
| OKLCH | oklch(0.965 0.098 120.4) |
Copy-ready code
/* CSS */
color: #eafeb3;
background-color: #eafeb3;
/* Tailwind (arbitrary) */
class="text-[#eafeb3] bg-[#eafeb3]"
/* SCSS */
$brand: #eafeb3;
/* SwiftUI */
Color(red: 0.918, green: 0.996, blue: 0.702)
/* Android */
Color.parseColor("#eafeb3")Accessibility — WCAG contrast
Aa
#eafeb3 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafeb3 on black: 19.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.6%
Blue70.2%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow29.5%
Key (black)0.4%
Color previews
#eafeb3 text on a black background
contrast 19.33:1
Card sample
#eafeb3 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafeb3;
Background color
Panel with #eafeb3 background
background-color: #eafeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 254, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 254, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafeb3; background: linear-gradient(135deg, #eafeb3, #B8FEB3);