#e4fbcd
a pale, electric green · cool · closest name: beige
RGB
228, 251, 205
HSL
90°, 85%, 89%
CMYK
9, 0, 18, 2
Luminance
0.8990
Every format
| HEX | #e4fbcd |
| RGB | rgb(228, 251, 205) |
| HSL | hsl(90, 85%, 89%) |
| CMYK | cmyk(9%, 0%, 18%, 2%) |
| LAB | lab(96.0 -15.4 19.6) |
| LCH | lch(96.0 24.9 128.2) |
| OKLCH | oklch(0.960 0.065 129.2) |
Copy-ready code
/* CSS */
color: #e4fbcd;
background-color: #e4fbcd;
/* Tailwind (arbitrary) */
class="text-[#e4fbcd] bg-[#e4fbcd]"
/* SCSS */
$brand: #e4fbcd;
/* SwiftUI */
Color(red: 0.894, green: 0.984, blue: 0.804)
/* Android */
Color.parseColor("#e4fbcd")Accessibility — WCAG contrast
Aa
#e4fbcd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4fbcd on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green98.4%
Blue80.4%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow18.3%
Key (black)1.6%
Color previews
#e4fbcd text on a black background
contrast 18.98:1
Card sample
#e4fbcd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4fbcd;
Background color
Panel with #e4fbcd background
background-color: #e4fbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4fbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 251, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 251, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4fbcd; background: linear-gradient(135deg, #e4fbcd, #CDFBD5);