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