#e5fcfd
a pale, electric cyan · cool · closest name: white
RGB
229, 252, 253
HSL
183°, 86%, 95%
CMYK
10, 0, 0, 1
Luminance
0.9337
Every format
| HEX | #e5fcfd |
| RGB | rgb(229, 252, 253) |
| HSL | hsl(183, 86%, 95%) |
| CMYK | cmyk(10%, 0%, 0%, 1%) |
| LAB | lab(97.4 -7.3 -3.0) |
| LCH | lch(97.4 7.9 202.7) |
| OKLCH | oklch(0.975 0.024 199.9) |
Copy-ready code
/* CSS */
color: #e5fcfd;
background-color: #e5fcfd;
/* Tailwind (arbitrary) */
class="text-[#e5fcfd] bg-[#e5fcfd]"
/* SCSS */
$brand: #e5fcfd;
/* SwiftUI */
Color(red: 0.898, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#e5fcfd")Accessibility — WCAG contrast
Aa
#e5fcfd on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5fcfd on black: 19.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green98.8%
Blue99.2%
CMYK percentages
Cyan9.5%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#e5fcfd text on a black background
contrast 19.67:1
Card sample
#e5fcfd text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5fcfd;
Background color
Panel with #e5fcfd background
background-color: #e5fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5fcfd; background: linear-gradient(135deg, #e5fcfd, #E5ECFD);