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