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