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