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