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