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