#eafeb8
a pale, electric green · cool · closest name: khaki
RGB
234, 254, 184
HSL
77°, 97%, 86%
CMYK
8, 0, 28, 0
Luminance
0.9184
Every format
| HEX | #eafeb8 |
| RGB | rgb(234, 254, 184) |
| HSL | hsl(77, 97%, 86%) |
| CMYK | cmyk(8%, 0%, 28%, 0%) |
| LAB | lab(96.8 -17.8 31.4) |
| LCH | lch(96.8 36.1 119.6) |
| OKLCH | oklch(0.966 0.092 121.1) |
Copy-ready code
/* CSS */
color: #eafeb8;
background-color: #eafeb8;
/* Tailwind (arbitrary) */
class="text-[#eafeb8] bg-[#eafeb8]"
/* SCSS */
$brand: #eafeb8;
/* SwiftUI */
Color(red: 0.918, green: 0.996, blue: 0.722)
/* Android */
Color.parseColor("#eafeb8")Accessibility — WCAG contrast
Aa
#eafeb8 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafeb8 on black: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.6%
Blue72.2%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow27.6%
Key (black)0.4%
Color previews
#eafeb8 text on a black background
contrast 19.37:1
Card sample
#eafeb8 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafeb8;
Background color
Panel with #eafeb8 background
background-color: #eafeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 254, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 254, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafeb8; background: linear-gradient(135deg, #eafeb8, #BBFEB8);