#e2efd2
a pale, vivid green · cool · closest name: beige
RGB
226, 239, 210
HSL
87°, 48%, 88%
CMYK
5, 0, 12, 6
Luminance
0.8255
Every format
| HEX | #e2efd2 |
| RGB | rgb(226, 239, 210) |
| HSL | hsl(87, 48%, 88%) |
| CMYK | cmyk(5%, 0%, 12%, 6%) |
| LAB | lab(92.8 -9.4 12.6) |
| LCH | lch(92.8 15.7 126.7) |
| OKLCH | oklch(0.935 0.041 126.9) |
Copy-ready code
/* CSS */
color: #e2efd2;
background-color: #e2efd2;
/* Tailwind (arbitrary) */
class="text-[#e2efd2] bg-[#e2efd2]"
/* SCSS */
$brand: #e2efd2;
/* SwiftUI */
Color(red: 0.886, green: 0.937, blue: 0.824)
/* Android */
Color.parseColor("#e2efd2")Accessibility — WCAG contrast
Aa
#e2efd2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2efd2 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green93.7%
Blue82.4%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow12.1%
Key (black)6.3%
Color previews
#e2efd2 text on a black background
contrast 17.51:1
Card sample
#e2efd2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2efd2;
Background color
Panel with #e2efd2 background
background-color: #e2efd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2efd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 239, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 239, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2efd2; background: linear-gradient(135deg, #e2efd2, #D2EFD5);