#e4facf
a pale, electric green · cool · closest name: beige
RGB
228, 250, 207
HSL
91°, 81%, 90%
CMYK
9, 0, 17, 2
Luminance
0.8937
Every format
| HEX | #e4facf |
| RGB | rgb(228, 250, 207) |
| HSL | hsl(91, 81%, 90%) |
| CMYK | cmyk(9%, 0%, 17%, 2%) |
| LAB | lab(95.7 -14.6 18.3) |
| LCH | lch(95.7 23.4 128.7) |
| OKLCH | oklch(0.958 0.061 129.6) |
Copy-ready code
/* CSS */
color: #e4facf;
background-color: #e4facf;
/* Tailwind (arbitrary) */
class="text-[#e4facf] bg-[#e4facf]"
/* SCSS */
$brand: #e4facf;
/* SwiftUI */
Color(red: 0.894, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#e4facf")Accessibility — WCAG contrast
Aa
#e4facf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4facf on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green98.0%
Blue81.2%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#e4facf text on a black background
contrast 18.87:1
Card sample
#e4facf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4facf;
Background color
Panel with #e4facf background
background-color: #e4facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4facf; background: linear-gradient(135deg, #e4facf, #CFFAD7);