#e4fdac
a light, electric green · cool · closest name: khaki
RGB
228, 253, 172
HSL
79°, 95%, 83%
CMYK
10, 0, 32, 1
Luminance
0.8972
Every format
| HEX | #e4fdac |
| RGB | rgb(228, 253, 172) |
| HSL | hsl(79, 95%, 83%) |
| CMYK | cmyk(10%, 0%, 32%, 1%) |
| LAB | lab(95.9 -21.1 36.2) |
| LCH | lch(95.9 41.9 120.3) |
| OKLCH | oklch(0.957 0.107 122.4) |
Copy-ready code
/* CSS */
color: #e4fdac;
background-color: #e4fdac;
/* Tailwind (arbitrary) */
class="text-[#e4fdac] bg-[#e4fdac]"
/* SCSS */
$brand: #e4fdac;
/* SwiftUI */
Color(red: 0.894, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#e4fdac")Accessibility — WCAG contrast
Aa
#e4fdac on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4fdac on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green99.2%
Blue67.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#e4fdac text on a black background
contrast 18.94:1
Card sample
#e4fdac text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4fdac;
Background color
Panel with #e4fdac background
background-color: #e4fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4fdac; background: linear-gradient(135deg, #e4fdac, #AEFDAC);