#e9fdfc
a pale, electric cyan · cool · closest name: white
RGB
233, 253, 252
HSL
177°, 83%, 95%
CMYK
8, 0, 0, 1
Luminance
0.9460
Every format
| HEX | #e9fdfc |
| RGB | rgb(233, 253, 252) |
| HSL | hsl(177, 83%, 95%) |
| CMYK | cmyk(8%, 0%, 0%, 1%) |
| LAB | lab(97.9 -6.7 -1.8) |
| LCH | lch(97.9 6.9 194.7) |
| OKLCH | oklch(0.979 0.021 193.2) |
Copy-ready code
/* CSS */
color: #e9fdfc;
background-color: #e9fdfc;
/* Tailwind (arbitrary) */
class="text-[#e9fdfc] bg-[#e9fdfc]"
/* SCSS */
$brand: #e9fdfc;
/* SwiftUI */
Color(red: 0.914, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#e9fdfc")Accessibility — WCAG contrast
Aa
#e9fdfc on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9fdfc on black: 19.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green99.2%
Blue98.8%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#e9fdfc text on a black background
contrast 19.92:1
Card sample
#e9fdfc text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9fdfc;
Background color
Panel with #e9fdfc background
background-color: #e9fdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9fdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9fdfc; background: linear-gradient(135deg, #e9fdfc, #E9F1FD);