#e8f4af
a light, electric green · cool · closest name: khaki
RGB
232, 244, 175
HSL
70°, 76%, 82%
CMYK
5, 0, 28, 4
Luminance
0.8495
Every format
| HEX | #e8f4af |
| RGB | rgb(232, 244, 175) |
| HSL | hsl(70, 76%, 82%) |
| CMYK | cmyk(5%, 0%, 28%, 4%) |
| LAB | lab(93.9 -14.9 32.0) |
| LCH | lch(93.9 35.3 114.9) |
| OKLCH | oklch(0.942 0.089 116.2) |
Copy-ready code
/* CSS */
color: #e8f4af;
background-color: #e8f4af;
/* Tailwind (arbitrary) */
class="text-[#e8f4af] bg-[#e8f4af]"
/* SCSS */
$brand: #e8f4af;
/* SwiftUI */
Color(red: 0.910, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#e8f4af")Accessibility — WCAG contrast
Aa
#e8f4af on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8f4af on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green95.7%
Blue68.6%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#e8f4af text on a black background
contrast 17.99:1
Card sample
#e8f4af text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8f4af;
Background color
Panel with #e8f4af background
background-color: #e8f4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8f4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8f4af; background: linear-gradient(135deg, #e8f4af, #BAF4AF);