#e5facc
a pale, electric green · cool · closest name: beige
RGB
229, 250, 204
HSL
87°, 82%, 89%
CMYK
8, 0, 18, 2
Luminance
0.8939
Every format
| HEX | #e5facc |
| RGB | rgb(229, 250, 204) |
| HSL | hsl(87, 82%, 89%) |
| CMYK | cmyk(8%, 0%, 18%, 2%) |
| LAB | lab(95.7 -14.7 19.8) |
| LCH | lch(95.7 24.7 126.7) |
| OKLCH | oklch(0.958 0.064 127.6) |
Copy-ready code
/* CSS */
color: #e5facc;
background-color: #e5facc;
/* Tailwind (arbitrary) */
class="text-[#e5facc] bg-[#e5facc]"
/* SCSS */
$brand: #e5facc;
/* SwiftUI */
Color(red: 0.898, green: 0.980, blue: 0.800)
/* Android */
Color.parseColor("#e5facc")Accessibility — WCAG contrast
Aa
#e5facc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5facc on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green98.0%
Blue80.0%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow18.4%
Key (black)2.0%
Color previews
#e5facc text on a black background
contrast 18.88:1
Card sample
#e5facc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5facc;
Background color
Panel with #e5facc background
background-color: #e5facc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5facc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 250, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 250, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5facc; background: linear-gradient(135deg, #e5facc, #CCFAD2);