#e2fcdb
a pale, electric green · cool · closest name: beige
RGB
226, 252, 219
HSL
107°, 85%, 92%
CMYK
10, 0, 13, 1
Luminance
0.9090
Every format
| HEX | #e2fcdb |
| RGB | rgb(226, 252, 219) |
| HSL | hsl(107, 85%, 92%) |
| CMYK | cmyk(10%, 0%, 13%, 1%) |
| LAB | lab(96.4 -14.3 13.0) |
| LCH | lch(96.4 19.3 137.8) |
| OKLCH | oklch(0.964 0.051 139.1) |
Copy-ready code
/* CSS */
color: #e2fcdb;
background-color: #e2fcdb;
/* Tailwind (arbitrary) */
class="text-[#e2fcdb] bg-[#e2fcdb]"
/* SCSS */
$brand: #e2fcdb;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#e2fcdb")Accessibility — WCAG contrast
Aa
#e2fcdb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fcdb on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue85.9%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#e2fcdb text on a black background
contrast 19.18:1
Card sample
#e2fcdb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fcdb;
Background color
Panel with #e2fcdb background
background-color: #e2fcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fcdb; background: linear-gradient(135deg, #e2fcdb, #DBFCEA);