#eafda2
a light, electric green · cool · closest name: khaki
RGB
234, 253, 162
HSL
73°, 96%, 81%
CMYK
8, 0, 36, 1
Luminance
0.9035
Every format
| HEX | #eafda2 |
| RGB | rgb(234, 253, 162) |
| HSL | hsl(73, 96%, 81%) |
| CMYK | cmyk(8%, 0%, 36%, 1%) |
| LAB | lab(96.1 -20.1 41.5) |
| LCH | lch(96.1 46.1 115.9) |
| OKLCH | oklch(0.960 0.116 118.3) |
Copy-ready code
/* CSS */
color: #eafda2;
background-color: #eafda2;
/* Tailwind (arbitrary) */
class="text-[#eafda2] bg-[#eafda2]"
/* SCSS */
$brand: #eafda2;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.635)
/* Android */
Color.parseColor("#eafda2")Accessibility — WCAG contrast
Aa
#eafda2 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafda2 on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue63.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow36.0%
Key (black)0.8%
Color previews
#eafda2 text on a black background
contrast 19.07:1
Card sample
#eafda2 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafda2;
Background color
Panel with #eafda2 background
background-color: #eafda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafda2; background: linear-gradient(135deg, #eafda2, #ADFDA2);