#eafdac
a light, electric green · cool · closest name: khaki
RGB
234, 253, 172
HSL
74°, 95%, 83%
CMYK
8, 0, 32, 1
Luminance
0.9072
Every format
| HEX | #eafdac |
| RGB | rgb(234, 253, 172) |
| HSL | hsl(74, 95%, 83%) |
| CMYK | cmyk(8%, 0%, 32%, 1%) |
| LAB | lab(96.3 -18.9 36.8) |
| LCH | lch(96.3 41.4 117.2) |
| OKLCH | oklch(0.961 0.105 119.1) |
Copy-ready code
/* CSS */
color: #eafdac;
background-color: #eafdac;
/* Tailwind (arbitrary) */
class="text-[#eafdac] bg-[#eafdac]"
/* SCSS */
$brand: #eafdac;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#eafdac")Accessibility — WCAG contrast
Aa
#eafdac on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafdac on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue67.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#eafdac text on a black background
contrast 19.14:1
Card sample
#eafdac text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafdac;
Background color
Panel with #eafdac background
background-color: #eafdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafdac; background: linear-gradient(135deg, #eafdac, #B4FDAC);