#e4f1af
a light, vivid green · cool · closest name: khaki
RGB
228, 241, 175
HSL
72°, 70%, 82%
CMYK
5, 0, 27, 6
Luminance
0.8250
Every format
| HEX | #e4f1af |
| RGB | rgb(228, 241, 175) |
| HSL | hsl(72, 70%, 82%) |
| CMYK | cmyk(5%, 0%, 27%, 6%) |
| LAB | lab(92.8 -14.9 30.5) |
| LCH | lch(92.8 34.0 116.0) |
| OKLCH | oklch(0.933 0.086 117.2) |
Copy-ready code
/* CSS */
color: #e4f1af;
background-color: #e4f1af;
/* Tailwind (arbitrary) */
class="text-[#e4f1af] bg-[#e4f1af]"
/* SCSS */
$brand: #e4f1af;
/* SwiftUI */
Color(red: 0.894, green: 0.945, blue: 0.686)
/* Android */
Color.parseColor("#e4f1af")Accessibility — WCAG contrast
Aa
#e4f1af on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4f1af on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green94.5%
Blue68.6%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow27.4%
Key (black)5.5%
Color previews
#e4f1af text on a black background
contrast 17.50:1
Card sample
#e4f1af text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4f1af;
Background color
Panel with #e4f1af background
background-color: #e4f1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4f1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 241, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 241, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4f1af; background: linear-gradient(135deg, #e4f1af, #B8F1AF);