#e2fcf9
a pale, electric cyan · cool · closest name: white
RGB
226, 252, 249
HSL
173°, 81%, 94%
CMYK
10, 0, 1, 1
Luminance
0.9263
Every format
| HEX | #e2fcf9 |
| RGB | rgb(226, 252, 249) |
| HSL | hsl(173, 81%, 94%) |
| CMYK | cmyk(10%, 0%, 1%, 1%) |
| LAB | lab(97.1 -9.0 -1.4) |
| LCH | lch(97.1 9.1 189.1) |
| OKLCH | oklch(0.971 0.027 188.3) |
Copy-ready code
/* CSS */
color: #e2fcf9;
background-color: #e2fcf9;
/* Tailwind (arbitrary) */
class="text-[#e2fcf9] bg-[#e2fcf9]"
/* SCSS */
$brand: #e2fcf9;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 0.976)
/* Android */
Color.parseColor("#e2fcf9")Accessibility — WCAG contrast
Aa
#e2fcf9 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fcf9 on black: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue97.6%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow1.2%
Key (black)1.2%
Color previews
#e2fcf9 text on a black background
contrast 19.53:1
Card sample
#e2fcf9 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fcf9;
Background color
Panel with #e2fcf9 background
background-color: #e2fcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fcf9; background: linear-gradient(135deg, #e2fcf9, #E2EEFC);