#eafdbf
a pale, electric green · cool · closest name: khaki
RGB
234, 253, 191
HSL
78°, 94%, 87%
CMYK
8, 0, 25, 1
Luminance
0.9150
Every format
| HEX | #eafdbf |
| RGB | rgb(234, 253, 191) |
| HSL | hsl(78, 94%, 87%) |
| CMYK | cmyk(8%, 0%, 25%, 1%) |
| LAB | lab(96.6 -16.4 27.7) |
| LCH | lch(96.6 32.2 120.6) |
| OKLCH | oklch(0.965 0.083 121.8) |
Copy-ready code
/* CSS */
color: #eafdbf;
background-color: #eafdbf;
/* Tailwind (arbitrary) */
class="text-[#eafdbf] bg-[#eafdbf]"
/* SCSS */
$brand: #eafdbf;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#eafdbf")Accessibility — WCAG contrast
Aa
#eafdbf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafdbf on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue74.9%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#eafdbf text on a black background
contrast 19.30:1
Card sample
#eafdbf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafdbf;
Background color
Panel with #eafdbf background
background-color: #eafdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafdbf; background: linear-gradient(135deg, #eafdbf, #C1FDBF);