#e2feaf
a light, electric green · cool · closest name: khaki
RGB
226, 254, 175
HSL
81°, 98%, 84%
CMYK
11, 0, 31, 0
Luminance
0.9015
Every format
| HEX | #e2feaf |
| RGB | rgb(226, 254, 175) |
| HSL | hsl(81, 98%, 84%) |
| CMYK | cmyk(11%, 0%, 31%, 0%) |
| LAB | lab(96.1 -21.9 34.9) |
| LCH | lch(96.1 41.2 122.1) |
| OKLCH | oklch(0.958 0.105 124.2) |
Copy-ready code
/* CSS */
color: #e2feaf;
background-color: #e2feaf;
/* Tailwind (arbitrary) */
class="text-[#e2feaf] bg-[#e2feaf]"
/* SCSS */
$brand: #e2feaf;
/* SwiftUI */
Color(red: 0.886, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#e2feaf")Accessibility — WCAG contrast
Aa
#e2feaf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2feaf on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.6%
Blue68.6%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#e2feaf text on a black background
contrast 19.03:1
Card sample
#e2feaf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2feaf;
Background color
Panel with #e2feaf background
background-color: #e2feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2feaf; background: linear-gradient(135deg, #e2feaf, #AFFEB1);