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