#e2fbcf
a pale, electric green · cool · closest name: beige
RGB
226, 251, 207
HSL
94°, 85%, 90%
CMYK
10, 0, 18, 2
Luminance
0.8967
Every format
| HEX | #e2fbcf |
| RGB | rgb(226, 251, 207) |
| HSL | hsl(94, 85%, 90%) |
| CMYK | cmyk(10%, 0%, 18%, 2%) |
| LAB | lab(95.9 -15.8 18.4) |
| LCH | lch(95.9 24.3 130.6) |
| OKLCH | oklch(0.959 0.063 131.7) |
Copy-ready code
/* CSS */
color: #e2fbcf;
background-color: #e2fbcf;
/* Tailwind (arbitrary) */
class="text-[#e2fbcf] bg-[#e2fbcf]"
/* SCSS */
$brand: #e2fbcf;
/* SwiftUI */
Color(red: 0.886, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#e2fbcf")Accessibility — WCAG contrast
Aa
#e2fbcf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fbcf on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.4%
Blue81.2%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#e2fbcf text on a black background
contrast 18.93:1
Card sample
#e2fbcf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fbcf;
Background color
Panel with #e2fbcf background
background-color: #e2fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fbcf; background: linear-gradient(135deg, #e2fbcf, #CFFBD9);