#e8eafd
a pale, electric blue · warm · “lavender”
RGB
232, 234, 253
HSL
234°, 84%, 95%
CMYK
8, 8, 0, 1
Luminance
0.8309
Every format
| HEX | #e8eafd |
| RGB | rgb(232, 234, 253) |
| HSL | hsl(234, 84%, 95%) |
| CMYK | cmyk(8%, 8%, 0%, 1%) |
| LAB | lab(93.1 2.9 -9.4) |
| LCH | lch(93.1 9.8 286.9) |
| OKLCH | oklch(0.941 0.026 281.1) |
Copy-ready code
/* CSS */
color: #e8eafd;
background-color: #e8eafd;
/* Tailwind (arbitrary) */
class="text-[#e8eafd] bg-[#e8eafd]"
/* SCSS */
$brand: #e8eafd;
/* SwiftUI */
Color(red: 0.910, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#e8eafd")Accessibility — WCAG contrast
Aa
#e8eafd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8eafd on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green91.8%
Blue99.2%
CMYK percentages
Cyan8.3%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#e8eafd text on a black background
contrast 17.62:1
Card sample
#e8eafd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8eafd;
Background color
Panel with #e8eafd background
background-color: #e8eafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8eafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8eafd; background: linear-gradient(135deg, #e8eafd, #F4E8FD);