#eafdba
a pale, electric green · cool · closest name: khaki
RGB
234, 253, 186
HSL
77°, 94%, 86%
CMYK
8, 0, 27, 1
Luminance
0.9129
Every format
| HEX | #eafdba |
| RGB | rgb(234, 253, 186) |
| HSL | hsl(77, 94%, 86%) |
| CMYK | cmyk(8%, 0%, 27%, 1%) |
| LAB | lab(96.5 -17.1 30.1) |
| LCH | lch(96.5 34.6 119.6) |
| OKLCH | oklch(0.964 0.088 120.9) |
Copy-ready code
/* CSS */
color: #eafdba;
background-color: #eafdba;
/* Tailwind (arbitrary) */
class="text-[#eafdba] bg-[#eafdba]"
/* SCSS */
$brand: #eafdba;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#eafdba")Accessibility — WCAG contrast
Aa
#eafdba on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafdba on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue72.9%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#eafdba text on a black background
contrast 19.26:1
Card sample
#eafdba text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafdba;
Background color
Panel with #eafdba background
background-color: #eafdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafdba; background: linear-gradient(135deg, #eafdba, #BDFDBA);