#e3f8aa
a light, electric green · cool · closest name: khaki
RGB
227, 248, 170
HSL
76°, 85%, 82%
CMYK
9, 0, 32, 3
Luminance
0.8637
Every format
| HEX | #e3f8aa |
| RGB | rgb(227, 248, 170) |
| HSL | hsl(76, 85%, 82%) |
| CMYK | cmyk(9%, 0%, 32%, 3%) |
| LAB | lab(94.5 -19.3 35.3) |
| LCH | lch(94.5 40.2 118.7) |
| OKLCH | oklch(0.946 0.102 120.6) |
Copy-ready code
/* CSS */
color: #e3f8aa;
background-color: #e3f8aa;
/* Tailwind (arbitrary) */
class="text-[#e3f8aa] bg-[#e3f8aa]"
/* SCSS */
$brand: #e3f8aa;
/* SwiftUI */
Color(red: 0.890, green: 0.973, blue: 0.667)
/* Android */
Color.parseColor("#e3f8aa")Accessibility — WCAG contrast
Aa
#e3f8aa on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3f8aa on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green97.3%
Blue66.7%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow31.5%
Key (black)2.7%
Color previews
#e3f8aa text on a black background
contrast 18.27:1
Card sample
#e3f8aa text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3f8aa;
Background color
Panel with #e3f8aa background
background-color: #e3f8aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3f8aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 248, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 248, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3f8aa; background: linear-gradient(135deg, #e3f8aa, #AFF8AA);