#e4e4fd
a pale, electric blue · warm · closest name: lavender
RGB
228, 228, 253
HSL
240°, 86%, 94%
CMYK
10, 10, 0, 1
Luminance
0.7907
Every format
| HEX | #e4e4fd |
| RGB | rgb(228, 228, 253) |
| HSL | hsl(240, 86%, 94%) |
| CMYK | cmyk(10%, 10%, 0%, 1%) |
| LAB | lab(91.3 4.7 -12.1) |
| LCH | lch(91.3 13.0 291.2) |
| OKLCH | oklch(0.926 0.034 285.7) |
Copy-ready code
/* CSS */
color: #e4e4fd;
background-color: #e4e4fd;
/* Tailwind (arbitrary) */
class="text-[#e4e4fd] bg-[#e4e4fd]"
/* SCSS */
$brand: #e4e4fd;
/* SwiftUI */
Color(red: 0.894, green: 0.894, blue: 0.992)
/* Android */
Color.parseColor("#e4e4fd")Accessibility — WCAG contrast
Aa
#e4e4fd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4e4fd on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green89.4%
Blue99.2%
CMYK percentages
Cyan9.9%
Magenta9.9%
Yellow0.0%
Key (black)0.8%
Color previews
#e4e4fd text on a black background
contrast 16.81:1
Card sample
#e4e4fd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4e4fd;
Background color
Panel with #e4e4fd background
background-color: #e4e4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4e4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 228, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 228, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4e4fd; background: linear-gradient(135deg, #e4e4fd, #F5E4FD);