#e3fbdf
a pale, electric green · cool · closest name: beige
RGB
227, 251, 223
HSL
111°, 78%, 93%
CMYK
10, 0, 11, 2
Luminance
0.9065
Every format
| HEX | #e3fbdf |
| RGB | rgb(227, 251, 223) |
| HSL | hsl(111, 78%, 93%) |
| CMYK | cmyk(10%, 0%, 11%, 2%) |
| LAB | lab(96.3 -12.8 10.8) |
| LCH | lch(96.3 16.8 139.9) |
| OKLCH | oklch(0.963 0.045 141.2) |
Copy-ready code
/* CSS */
color: #e3fbdf;
background-color: #e3fbdf;
/* Tailwind (arbitrary) */
class="text-[#e3fbdf] bg-[#e3fbdf]"
/* SCSS */
$brand: #e3fbdf;
/* SwiftUI */
Color(red: 0.890, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#e3fbdf")Accessibility — WCAG contrast
Aa
#e3fbdf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3fbdf on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green98.4%
Blue87.5%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#e3fbdf text on a black background
contrast 19.13:1
Card sample
#e3fbdf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3fbdf;
Background color
Panel with #e3fbdf background
background-color: #e3fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3fbdf; background: linear-gradient(135deg, #e3fbdf, #DFFBEE);