#e8fcf8
a pale, electric cyan · cool · closest name: white
RGB
232, 252, 248
HSL
168°, 77%, 95%
CMYK
8, 0, 2, 1
Luminance
0.9355
Every format
| HEX | #e8fcf8 |
| RGB | rgb(232, 252, 248) |
| HSL | hsl(168, 77%, 95%) |
| CMYK | cmyk(8%, 0%, 2%, 1%) |
| LAB | lab(97.5 -7.2 -0.3) |
| LCH | lch(97.5 7.3 182.5) |
| OKLCH | oklch(0.975 0.022 182.6) |
Copy-ready code
/* CSS */
color: #e8fcf8;
background-color: #e8fcf8;
/* Tailwind (arbitrary) */
class="text-[#e8fcf8] bg-[#e8fcf8]"
/* SCSS */
$brand: #e8fcf8;
/* SwiftUI */
Color(red: 0.910, green: 0.988, blue: 0.973)
/* Android */
Color.parseColor("#e8fcf8")Accessibility — WCAG contrast
Aa
#e8fcf8 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8fcf8 on black: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green98.8%
Blue97.3%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow1.6%
Key (black)1.2%
Color previews
#e8fcf8 text on a black background
contrast 19.71:1
Card sample
#e8fcf8 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8fcf8;
Background color
Panel with #e8fcf8 background
background-color: #e8fcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8fcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 252, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 252, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8fcf8; background: linear-gradient(135deg, #e8fcf8, #E8F3FC);