#e2f0af
a light, vivid green · cool · closest name: khaki
RGB
226, 240, 175
HSL
73°, 68%, 81%
CMYK
6, 0, 27, 6
Luminance
0.8158
Every format
| HEX | #e2f0af |
| RGB | rgb(226, 240, 175) |
| HSL | hsl(73, 68%, 81%) |
| CMYK | cmyk(6%, 0%, 27%, 6%) |
| LAB | lab(92.4 -15.1 30.0) |
| LCH | lch(92.4 33.5 116.8) |
| OKLCH | oklch(0.929 0.085 118.0) |
Copy-ready code
/* CSS */
color: #e2f0af;
background-color: #e2f0af;
/* Tailwind (arbitrary) */
class="text-[#e2f0af] bg-[#e2f0af]"
/* SCSS */
$brand: #e2f0af;
/* SwiftUI */
Color(red: 0.886, green: 0.941, blue: 0.686)
/* Android */
Color.parseColor("#e2f0af")Accessibility — WCAG contrast
Aa
#e2f0af on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f0af on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green94.1%
Blue68.6%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow27.1%
Key (black)5.9%
Color previews
#e2f0af text on a black background
contrast 17.32:1
Card sample
#e2f0af text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f0af;
Background color
Panel with #e2f0af background
background-color: #e2f0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 240, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 240, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f0af; background: linear-gradient(135deg, #e2f0af, #B7F0AF);