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