#e2efdf
a pale, soft green · cool · closest name: beige
RGB
226, 239, 223
HSL
109°, 33%, 91%
CMYK
5, 0, 7, 6
Luminance
0.8323
Every format
| HEX | #e2efdf |
| RGB | rgb(226, 239, 223) |
| HSL | hsl(109, 33%, 91%) |
| CMYK | cmyk(5%, 0%, 7%, 6%) |
| LAB | lab(93.1 -7.2 6.3) |
| LCH | lch(93.1 9.5 138.9) |
| OKLCH | oklch(0.938 0.025 139.8) |
Copy-ready code
/* CSS */
color: #e2efdf;
background-color: #e2efdf;
/* Tailwind (arbitrary) */
class="text-[#e2efdf] bg-[#e2efdf]"
/* SCSS */
$brand: #e2efdf;
/* SwiftUI */
Color(red: 0.886, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#e2efdf")Accessibility — WCAG contrast
Aa
#e2efdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2efdf on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green93.7%
Blue87.5%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#e2efdf text on a black background
contrast 17.65:1
Card sample
#e2efdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2efdf;
Background color
Panel with #e2efdf background
background-color: #e2efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2efdf; background: linear-gradient(135deg, #e2efdf, #DFEFE7);