#e5faed
a pale, vivid green · cool · closest name: ivory
RGB
229, 250, 237
HSL
143°, 68%, 94%
CMYK
8, 0, 5, 2
Luminance
0.9114
Every format
| HEX | #e5faed |
| RGB | rgb(229, 250, 237) |
| HSL | hsl(143, 68%, 94%) |
| CMYK | cmyk(8%, 0%, 5%, 2%) |
| LAB | lab(96.5 -9.2 3.9) |
| LCH | lch(96.5 10.0 157.1) |
| OKLCH | oklch(0.966 0.028 158.7) |
Copy-ready code
/* CSS */
color: #e5faed;
background-color: #e5faed;
/* Tailwind (arbitrary) */
class="text-[#e5faed] bg-[#e5faed]"
/* SCSS */
$brand: #e5faed;
/* SwiftUI */
Color(red: 0.898, green: 0.980, blue: 0.929)
/* Android */
Color.parseColor("#e5faed")Accessibility — WCAG contrast
Aa
#e5faed on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5faed on black: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green98.0%
Blue92.9%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow5.2%
Key (black)2.0%
Color previews
#e5faed text on a black background
contrast 19.23:1
Card sample
#e5faed text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5faed;
Background color
Panel with #e5faed background
background-color: #e5faed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5faed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 250, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 250, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5faed; background: linear-gradient(135deg, #e5faed, #E5F9FA);