#e2fcfd
a pale, electric cyan · cool · closest name: white
RGB
226, 252, 253
HSL
182°, 87%, 94%
CMYK
11, 0, 0, 1
Luminance
0.9288
Every format
| HEX | #e2fcfd |
| RGB | rgb(226, 252, 253) |
| HSL | hsl(182, 87%, 94%) |
| CMYK | cmyk(11%, 0%, 0%, 1%) |
| LAB | lab(97.2 -8.2 -3.3) |
| LCH | lch(97.2 8.8 202.2) |
| OKLCH | oklch(0.973 0.027 199.5) |
Copy-ready code
/* CSS */
color: #e2fcfd;
background-color: #e2fcfd;
/* Tailwind (arbitrary) */
class="text-[#e2fcfd] bg-[#e2fcfd]"
/* SCSS */
$brand: #e2fcfd;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#e2fcfd")Accessibility — WCAG contrast
Aa
#e2fcfd on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fcfd on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue99.2%
CMYK percentages
Cyan10.7%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#e2fcfd text on a black background
contrast 19.58:1
Card sample
#e2fcfd text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fcfd;
Background color
Panel with #e2fcfd background
background-color: #e2fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fcfd; background: linear-gradient(135deg, #e2fcfd, #E2EAFD);