#e4cefd
a pale, electric violet · warm · closest name: lavender
RGB
228, 206, 253
HSL
268°, 92%, 90%
CMYK
10, 19, 0, 1
Luminance
0.6773
Every format
| HEX | #e4cefd |
| RGB | rgb(228, 206, 253) |
| HSL | hsl(268, 92%, 90%) |
| CMYK | cmyk(10%, 19%, 0%, 1%) |
| LAB | lab(85.9 16.3 -20.2) |
| LCH | lch(85.9 25.9 308.9) |
| OKLCH | oklch(0.884 0.068 306.2) |
Copy-ready code
/* CSS */
color: #e4cefd;
background-color: #e4cefd;
/* Tailwind (arbitrary) */
class="text-[#e4cefd] bg-[#e4cefd]"
/* SCSS */
$brand: #e4cefd;
/* SwiftUI */
Color(red: 0.894, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#e4cefd")Accessibility — WCAG contrast
Aa
#e4cefd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4cefd on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green80.8%
Blue99.2%
CMYK percentages
Cyan9.9%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#e4cefd text on a black background
contrast 14.55:1
Card sample
#e4cefd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4cefd;
Background color
Panel with #e4cefd background
background-color: #e4cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4cefd; background: linear-gradient(135deg, #e4cefd, #FDCEF7);