#e2fcf3
a pale, electric green · cool · closest name: ivory
RGB
226, 252, 243
HSL
159°, 81%, 94%
CMYK
10, 0, 4, 1
Luminance
0.9226
Every format
| HEX | #e2fcf3 |
| RGB | rgb(226, 252, 243) |
| HSL | hsl(159, 81%, 94%) |
| CMYK | cmyk(10%, 0%, 4%, 1%) |
| LAB | lab(96.9 -10.1 1.4) |
| LCH | lch(96.9 10.2 171.9) |
| OKLCH | oklch(0.970 0.030 172.9) |
Copy-ready code
/* CSS */
color: #e2fcf3;
background-color: #e2fcf3;
/* Tailwind (arbitrary) */
class="text-[#e2fcf3] bg-[#e2fcf3]"
/* SCSS */
$brand: #e2fcf3;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 0.953)
/* Android */
Color.parseColor("#e2fcf3")Accessibility — WCAG contrast
Aa
#e2fcf3 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fcf3 on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue95.3%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow3.6%
Key (black)1.2%
Color previews
#e2fcf3 text on a black background
contrast 19.45:1
Card sample
#e2fcf3 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fcf3;
Background color
Panel with #e2fcf3 background
background-color: #e2fcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fcf3; background: linear-gradient(135deg, #e2fcf3, #E2F4FC);