#e2fcaf
a light, electric green · cool · closest name: khaki
RGB
226, 252, 175
HSL
80°, 93%, 84%
CMYK
10, 0, 31, 1
Luminance
0.8888
Every format
| HEX | #e2fcaf |
| RGB | rgb(226, 252, 175) |
| HSL | hsl(80, 93%, 84%) |
| CMYK | cmyk(10%, 0%, 31%, 1%) |
| LAB | lab(95.5 -20.9 34.2) |
| LCH | lch(95.5 40.1 121.5) |
| OKLCH | oklch(0.954 0.102 123.5) |
Copy-ready code
/* CSS */
color: #e2fcaf;
background-color: #e2fcaf;
/* Tailwind (arbitrary) */
class="text-[#e2fcaf] bg-[#e2fcaf]"
/* SCSS */
$brand: #e2fcaf;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#e2fcaf")Accessibility — WCAG contrast
Aa
#e2fcaf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fcaf on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue68.6%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#e2fcaf text on a black background
contrast 18.78:1
Card sample
#e2fcaf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fcaf;
Background color
Panel with #e2fcaf background
background-color: #e2fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fcaf; background: linear-gradient(135deg, #e2fcaf, #AFFCAF);