#e2fbdf
a pale, electric green · cool · closest name: beige
RGB
226, 251, 223
HSL
114°, 78%, 93%
CMYK
10, 0, 11, 2
Luminance
0.9049
Every format
| HEX | #e2fbdf |
| RGB | rgb(226, 251, 223) |
| HSL | hsl(114, 78%, 93%) |
| CMYK | cmyk(10%, 0%, 11%, 2%) |
| LAB | lab(96.2 -13.2 10.7) |
| LCH | lch(96.2 16.9 140.9) |
| OKLCH | oklch(0.962 0.045 142.2) |
Copy-ready code
/* CSS */
color: #e2fbdf;
background-color: #e2fbdf;
/* Tailwind (arbitrary) */
class="text-[#e2fbdf] bg-[#e2fbdf]"
/* SCSS */
$brand: #e2fbdf;
/* SwiftUI */
Color(red: 0.886, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#e2fbdf")Accessibility — WCAG contrast
Aa
#e2fbdf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fbdf on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.4%
Blue87.5%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#e2fbdf text on a black background
contrast 19.10:1
Card sample
#e2fbdf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fbdf;
Background color
Panel with #e2fbdf background
background-color: #e2fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fbdf; background: linear-gradient(135deg, #e2fbdf, #DFFBEF);