#e4dff6
a pale, vivid blue · warm · closest name: lavender
RGB
228, 223, 246
HSL
253°, 56%, 92%
CMYK
7, 9, 0, 4
Luminance
0.7592
Every format
| HEX | #e4dff6 |
| RGB | rgb(228, 223, 246) |
| HSL | hsl(253, 56%, 92%) |
| CMYK | cmyk(7%, 9%, 0%, 4%) |
| LAB | lab(89.8 5.9 -10.6) |
| LCH | lch(89.8 12.1 299.3) |
| OKLCH | oklch(0.914 0.032 295.7) |
Copy-ready code
/* CSS */
color: #e4dff6;
background-color: #e4dff6;
/* Tailwind (arbitrary) */
class="text-[#e4dff6] bg-[#e4dff6]"
/* SCSS */
$brand: #e4dff6;
/* SwiftUI */
Color(red: 0.894, green: 0.875, blue: 0.965)
/* Android */
Color.parseColor("#e4dff6")Accessibility — WCAG contrast
Aa
#e4dff6 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4dff6 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green87.5%
Blue96.5%
CMYK percentages
Cyan7.3%
Magenta9.3%
Yellow0.0%
Key (black)3.5%
Color previews
#e4dff6 text on a black background
contrast 16.18:1
Card sample
#e4dff6 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4dff6;
Background color
Panel with #e4dff6 background
background-color: #e4dff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4dff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 223, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 223, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4dff6; background: linear-gradient(135deg, #e4dff6, #F3DFF6);