#e8fcf3
a pale, electric green · cool · closest name: ivory
RGB
232, 252, 243
HSL
153°, 77%, 95%
CMYK
8, 0, 4, 1
Luminance
0.9325
Every format
| HEX | #e8fcf3 |
| RGB | rgb(232, 252, 243) |
| HSL | hsl(153, 77%, 95%) |
| CMYK | cmyk(8%, 0%, 4%, 1%) |
| LAB | lab(97.3 -8.2 2.1) |
| LCH | lch(97.3 8.4 165.7) |
| OKLCH | oklch(0.974 0.024 167.1) |
Copy-ready code
/* CSS */
color: #e8fcf3;
background-color: #e8fcf3;
/* Tailwind (arbitrary) */
class="text-[#e8fcf3] bg-[#e8fcf3]"
/* SCSS */
$brand: #e8fcf3;
/* SwiftUI */
Color(red: 0.910, green: 0.988, blue: 0.953)
/* Android */
Color.parseColor("#e8fcf3")Accessibility — WCAG contrast
Aa
#e8fcf3 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8fcf3 on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green98.8%
Blue95.3%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow3.6%
Key (black)1.2%
Color previews
#e8fcf3 text on a black background
contrast 19.65:1
Card sample
#e8fcf3 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8fcf3;
Background color
Panel with #e8fcf3 background
background-color: #e8fcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8fcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 252, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 252, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8fcf3; background: linear-gradient(135deg, #e8fcf3, #E8F8FC);