#eafdaf
a light, electric green · cool · closest name: khaki
RGB
234, 253, 175
HSL
75°, 95%, 84%
CMYK
8, 0, 31, 1
Luminance
0.9084
Every format
| HEX | #eafdaf |
| RGB | rgb(234, 253, 175) |
| HSL | hsl(75, 95%, 84%) |
| CMYK | cmyk(8%, 0%, 31%, 1%) |
| LAB | lab(96.3 -18.6 35.4) |
| LCH | lch(96.3 39.9 117.7) |
| OKLCH | oklch(0.962 0.101 119.5) |
Copy-ready code
/* CSS */
color: #eafdaf;
background-color: #eafdaf;
/* Tailwind (arbitrary) */
class="text-[#eafdaf] bg-[#eafdaf]"
/* SCSS */
$brand: #eafdaf;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#eafdaf")Accessibility — WCAG contrast
Aa
#eafdaf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafdaf on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue68.6%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#eafdaf text on a black background
contrast 19.17:1
Card sample
#eafdaf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafdaf;
Background color
Panel with #eafdaf background
background-color: #eafdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafdaf; background: linear-gradient(135deg, #eafdaf, #B6FDAF);