#e2fdac
a light, electric green · cool · closest name: khaki
RGB
226, 253, 172
HSL
80°, 95%, 83%
CMYK
11, 0, 32, 1
Luminance
0.8940
Every format
| HEX | #e2fdac |
| RGB | rgb(226, 253, 172) |
| HSL | hsl(80, 95%, 83%) |
| CMYK | cmyk(11%, 0%, 32%, 1%) |
| LAB | lab(95.8 -21.8 36.0) |
| LCH | lch(95.8 42.0 121.3) |
| OKLCH | oklch(0.956 0.107 123.4) |
Copy-ready code
/* CSS */
color: #e2fdac;
background-color: #e2fdac;
/* Tailwind (arbitrary) */
class="text-[#e2fdac] bg-[#e2fdac]"
/* SCSS */
$brand: #e2fdac;
/* SwiftUI */
Color(red: 0.886, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#e2fdac")Accessibility — WCAG contrast
Aa
#e2fdac on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fdac on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.2%
Blue67.5%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#e2fdac text on a black background
contrast 18.88:1
Card sample
#e2fdac text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fdac;
Background color
Panel with #e2fdac background
background-color: #e2fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fdac; background: linear-gradient(135deg, #e2fdac, #ACFDAC);