#eaf8b8
a light, electric green · cool · closest name: khaki
RGB
234, 248, 184
HSL
73°, 82%, 85%
CMYK
6, 0, 26, 3
Luminance
0.8809
Every format
| HEX | #eaf8b8 |
| RGB | rgb(234, 248, 184) |
| HSL | hsl(73, 82%, 85%) |
| CMYK | cmyk(6%, 0%, 26%, 3%) |
| LAB | lab(95.2 -14.9 29.3) |
| LCH | lch(95.2 32.9 117.0) |
| OKLCH | oklch(0.953 0.084 118.0) |
Copy-ready code
/* CSS */
color: #eaf8b8;
background-color: #eaf8b8;
/* Tailwind (arbitrary) */
class="text-[#eaf8b8] bg-[#eaf8b8]"
/* SCSS */
$brand: #eaf8b8;
/* SwiftUI */
Color(red: 0.918, green: 0.973, blue: 0.722)
/* Android */
Color.parseColor("#eaf8b8")Accessibility — WCAG contrast
Aa
#eaf8b8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf8b8 on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.3%
Blue72.2%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow25.8%
Key (black)2.7%
Color previews
#eaf8b8 text on a black background
contrast 18.62:1
Card sample
#eaf8b8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf8b8;
Background color
Panel with #eaf8b8 background
background-color: #eaf8b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf8b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 248, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 248, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf8b8; background: linear-gradient(135deg, #eaf8b8, #BFF8B8);