#e0f7ff
a pale, electric cyan · cool · closest name: white
RGB
224, 247, 255
HSL
196°, 100%, 94%
CMYK
12, 3, 0, 0
Luminance
0.8959
Every format
| HEX | #e0f7ff |
| RGB | rgb(224, 247, 255) |
| HSL | hsl(196, 100%, 94%) |
| CMYK | cmyk(12%, 3%, 0%, 0%) |
| LAB | lab(95.8 -5.9 -6.4) |
| LCH | lch(95.8 8.7 227.1) |
| OKLCH | oklch(0.962 0.026 220.6) |
Copy-ready code
/* CSS */
color: #e0f7ff;
background-color: #e0f7ff;
/* Tailwind (arbitrary) */
class="text-[#e0f7ff] bg-[#e0f7ff]"
/* SCSS */
$brand: #e0f7ff;
/* SwiftUI */
Color(red: 0.878, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#e0f7ff")Accessibility — WCAG contrast
Aa
#e0f7ff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0f7ff on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green96.9%
Blue100.0%
CMYK percentages
Cyan12.2%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#e0f7ff text on a black background
contrast 18.92:1
Card sample
#e0f7ff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0f7ff;
Background color
Panel with #e0f7ff background
background-color: #e0f7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0f7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0f7ff; background: linear-gradient(135deg, #e0f7ff, #E0E2FF);