#e4fceb
a pale, electric green · cool · closest name: ivory
RGB
228, 252, 235
HSL
138°, 80%, 94%
CMYK
10, 0, 7, 1
Luminance
0.9211
Every format
| HEX | #e4fceb |
| RGB | rgb(228, 252, 235) |
| HSL | hsl(138, 80%, 94%) |
| CMYK | cmyk(10%, 0%, 7%, 1%) |
| LAB | lab(96.9 -10.9 5.5) |
| LCH | lch(96.9 12.2 153.3) |
| OKLCH | oklch(0.969 0.034 154.9) |
Copy-ready code
/* CSS */
color: #e4fceb;
background-color: #e4fceb;
/* Tailwind (arbitrary) */
class="text-[#e4fceb] bg-[#e4fceb]"
/* SCSS */
$brand: #e4fceb;
/* SwiftUI */
Color(red: 0.894, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#e4fceb")Accessibility — WCAG contrast
Aa
#e4fceb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4fceb on black: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green98.8%
Blue92.2%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#e4fceb text on a black background
contrast 19.42:1
Card sample
#e4fceb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4fceb;
Background color
Panel with #e4fceb background
background-color: #e4fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4fceb; background: linear-gradient(135deg, #e4fceb, #E4FCFB);