#e4d6f8
a pale, vivid violet · warm · closest name: lavender
RGB
228, 214, 248
HSL
265°, 71%, 91%
CMYK
8, 14, 0, 3
Luminance
0.7136
Every format
| HEX | #e4d6f8 |
| RGB | rgb(228, 214, 248) |
| HSL | hsl(265, 71%, 91%) |
| CMYK | cmyk(8%, 14%, 0%, 3%) |
| LAB | lab(87.7 11.0 -14.8) |
| LCH | lch(87.7 18.5 306.6) |
| OKLCH | oklch(0.898 0.048 304.1) |
Copy-ready code
/* CSS */
color: #e4d6f8;
background-color: #e4d6f8;
/* Tailwind (arbitrary) */
class="text-[#e4d6f8] bg-[#e4d6f8]"
/* SCSS */
$brand: #e4d6f8;
/* SwiftUI */
Color(red: 0.894, green: 0.839, blue: 0.973)
/* Android */
Color.parseColor("#e4d6f8")Accessibility — WCAG contrast
Aa
#e4d6f8 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4d6f8 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green83.9%
Blue97.3%
CMYK percentages
Cyan8.1%
Magenta13.7%
Yellow0.0%
Key (black)2.7%
Color previews
#e4d6f8 text on a black background
contrast 15.27:1
Card sample
#e4d6f8 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4d6f8;
Background color
Panel with #e4d6f8 background
background-color: #e4d6f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4d6f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 214, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 214, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4d6f8; background: linear-gradient(135deg, #e4d6f8, #F8D6F5);