#e2fccf
a pale, electric green · cool · closest name: beige
RGB
226, 252, 207
HSL
95°, 88%, 90%
CMYK
10, 0, 18, 1
Luminance
0.9029
Every format
| HEX | #e2fccf |
| RGB | rgb(226, 252, 207) |
| HSL | hsl(95, 88%, 90%) |
| CMYK | cmyk(10%, 0%, 18%, 1%) |
| LAB | lab(96.1 -16.3 18.8) |
| LCH | lch(96.1 24.9 130.9) |
| OKLCH | oklch(0.961 0.065 132.1) |
Copy-ready code
/* CSS */
color: #e2fccf;
background-color: #e2fccf;
/* Tailwind (arbitrary) */
class="text-[#e2fccf] bg-[#e2fccf]"
/* SCSS */
$brand: #e2fccf;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#e2fccf")Accessibility — WCAG contrast
Aa
#e2fccf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fccf on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue81.2%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#e2fccf text on a black background
contrast 19.06:1
Card sample
#e2fccf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fccf;
Background color
Panel with #e2fccf background
background-color: #e2fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fccf; background: linear-gradient(135deg, #e2fccf, #CFFCDA);