#e0ebfd
a pale, electric blue · cool · closest name: lavender
RGB
224, 235, 253
HSL
217°, 88%, 94%
CMYK
12, 7, 0, 1
Luminance
0.8236
Every format
| HEX | #e0ebfd |
| RGB | rgb(224, 235, 253) |
| HSL | hsl(217, 88%, 94%) |
| CMYK | cmyk(12%, 7%, 0%, 1%) |
| LAB | lab(92.7 -0.2 -9.9) |
| LCH | lch(92.7 9.9 268.8) |
| OKLCH | oklch(0.937 0.027 260.3) |
Copy-ready code
/* CSS */
color: #e0ebfd;
background-color: #e0ebfd;
/* Tailwind (arbitrary) */
class="text-[#e0ebfd] bg-[#e0ebfd]"
/* SCSS */
$brand: #e0ebfd;
/* SwiftUI */
Color(red: 0.878, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#e0ebfd")Accessibility — WCAG contrast
Aa
#e0ebfd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0ebfd on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green92.2%
Blue99.2%
CMYK percentages
Cyan11.5%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#e0ebfd text on a black background
contrast 17.47:1
Card sample
#e0ebfd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0ebfd;
Background color
Panel with #e0ebfd background
background-color: #e0ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0ebfd; background: linear-gradient(135deg, #e0ebfd, #E8E0FD);