#e2fceb
a pale, electric green · cool · closest name: ivory
RGB
226, 252, 235
HSL
141°, 81%, 94%
CMYK
10, 0, 7, 1
Luminance
0.9179
Every format
| HEX | #e2fceb |
| RGB | rgb(226, 252, 235) |
| HSL | hsl(141, 81%, 94%) |
| CMYK | cmyk(10%, 0%, 7%, 1%) |
| LAB | lab(96.7 -11.6 5.3) |
| LCH | lch(96.7 12.7 155.4) |
| OKLCH | oklch(0.968 0.035 157.0) |
Copy-ready code
/* CSS */
color: #e2fceb;
background-color: #e2fceb;
/* Tailwind (arbitrary) */
class="text-[#e2fceb] bg-[#e2fceb]"
/* SCSS */
$brand: #e2fceb;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#e2fceb")Accessibility — WCAG contrast
Aa
#e2fceb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fceb on black: 19.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#e2fceb text on a black background
contrast 19.36:1
Card sample
#e2fceb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fceb;
Background color
Panel with #e2fceb background
background-color: #e2fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fceb; background: linear-gradient(135deg, #e2fceb, #E2FCFC);