#eafbda
a pale, electric green · cool · closest name: beige
RGB
234, 251, 218
HSL
91°, 81%, 92%
CMYK
7, 0, 13, 2
Luminance
0.9155
Every format
| HEX | #eafbda |
| RGB | rgb(234, 251, 218) |
| HSL | hsl(91, 81%, 92%) |
| CMYK | cmyk(7%, 0%, 13%, 2%) |
| LAB | lab(96.6 -11.3 13.9) |
| LCH | lch(96.6 17.9 129.0) |
| OKLCH | oklch(0.967 0.047 129.6) |
Copy-ready code
/* CSS */
color: #eafbda;
background-color: #eafbda;
/* Tailwind (arbitrary) */
class="text-[#eafbda] bg-[#eafbda]"
/* SCSS */
$brand: #eafbda;
/* SwiftUI */
Color(red: 0.918, green: 0.984, blue: 0.855)
/* Android */
Color.parseColor("#eafbda")Accessibility — WCAG contrast
Aa
#eafbda on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafbda on black: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.4%
Blue85.5%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow13.1%
Key (black)1.6%
Color previews
#eafbda text on a black background
contrast 19.31:1
Card sample
#eafbda text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafbda;
Background color
Panel with #eafbda background
background-color: #eafbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 251, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 251, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafbda; background: linear-gradient(135deg, #eafbda, #DAFBE0);