#e2ffc7
a pale, electric green · cool · closest name: beige
RGB
226, 255, 199
HSL
91°, 100%, 89%
CMYK
11, 0, 22, 0
Luminance
0.9181
Every format
| HEX | #e2ffc7 |
| RGB | rgb(226, 255, 199) |
| HSL | hsl(91, 100%, 89%) |
| CMYK | cmyk(11%, 0%, 22%, 0%) |
| LAB | lab(96.7 -19.0 23.7) |
| LCH | lch(96.7 30.4 128.7) |
| OKLCH | oklch(0.965 0.079 130.1) |
Copy-ready code
/* CSS */
color: #e2ffc7;
background-color: #e2ffc7;
/* Tailwind (arbitrary) */
class="text-[#e2ffc7] bg-[#e2ffc7]"
/* SCSS */
$brand: #e2ffc7;
/* SwiftUI */
Color(red: 0.886, green: 1.000, blue: 0.780)
/* Android */
Color.parseColor("#e2ffc7")Accessibility — WCAG contrast
Aa
#e2ffc7 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ffc7 on black: 19.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green100.0%
Blue78.0%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow22.0%
Key (black)0.0%
Color previews
#e2ffc7 text on a black background
contrast 19.36:1
Card sample
#e2ffc7 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ffc7;
Background color
Panel with #e2ffc7 background
background-color: #e2ffc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ffc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 255, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 255, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ffc7; background: linear-gradient(135deg, #e2ffc7, #C7FFD1);