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