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