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