#e9fcf6
a pale, electric cyan · cool · closest name: white
RGB
233, 252, 246
HSL
161°, 76%, 95%
CMYK
8, 0, 2, 1
Luminance
0.9360
Every format
| HEX | #e9fcf6 |
| RGB | rgb(233, 252, 246) |
| HSL | hsl(161, 76%, 95%) |
| CMYK | cmyk(8%, 0%, 2%, 1%) |
| LAB | lab(97.5 -7.3 0.7) |
| LCH | lch(97.5 7.3 174.2) |
| OKLCH | oklch(0.976 0.021 175.0) |
Copy-ready code
/* CSS */
color: #e9fcf6;
background-color: #e9fcf6;
/* Tailwind (arbitrary) */
class="text-[#e9fcf6] bg-[#e9fcf6]"
/* SCSS */
$brand: #e9fcf6;
/* SwiftUI */
Color(red: 0.914, green: 0.988, blue: 0.965)
/* Android */
Color.parseColor("#e9fcf6")Accessibility — WCAG contrast
Aa
#e9fcf6 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9fcf6 on black: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green98.8%
Blue96.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow2.4%
Key (black)1.2%
Color previews
#e9fcf6 text on a black background
contrast 19.72:1
Card sample
#e9fcf6 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9fcf6;
Background color
Panel with #e9fcf6 background
background-color: #e9fcf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9fcf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 252, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 252, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9fcf6; background: linear-gradient(135deg, #e9fcf6, #E9F5FC);