#e0eef8
a pale, vivid blue · cool · closest name: lavender
RGB
224, 238, 248
HSL
205°, 63%, 93%
CMYK
10, 4, 0, 3
Luminance
0.8377
Every format
| HEX | #e0eef8 |
| RGB | rgb(224, 238, 248) |
| HSL | hsl(205, 63%, 93%) |
| CMYK | cmyk(10%, 4%, 0%, 3%) |
| LAB | lab(93.3 -2.7 -6.4) |
| LCH | lch(93.3 7.0 247.0) |
| OKLCH | oklch(0.942 0.020 238.7) |
Copy-ready code
/* CSS */
color: #e0eef8;
background-color: #e0eef8;
/* Tailwind (arbitrary) */
class="text-[#e0eef8] bg-[#e0eef8]"
/* SCSS */
$brand: #e0eef8;
/* SwiftUI */
Color(red: 0.878, green: 0.933, blue: 0.973)
/* Android */
Color.parseColor("#e0eef8")Accessibility — WCAG contrast
Aa
#e0eef8 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0eef8 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green93.3%
Blue97.3%
CMYK percentages
Cyan9.7%
Magenta4.0%
Yellow0.0%
Key (black)2.7%
Color previews
#e0eef8 text on a black background
contrast 17.75:1
Card sample
#e0eef8 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0eef8;
Background color
Panel with #e0eef8 background
background-color: #e0eef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0eef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 238, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 238, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0eef8; background: linear-gradient(135deg, #e0eef8, #E2E0F8);