#e9dcff
a pale, electric violet · warm · closest name: lavender
RGB
233, 220, 255
HSL
262°, 100%, 93%
CMYK
9, 14, 0, 0
Luminance
0.7573
Every format
| HEX | #e9dcff |
| RGB | rgb(233, 220, 255) |
| HSL | hsl(262, 100%, 93%) |
| CMYK | cmyk(9%, 14%, 0%, 0%) |
| LAB | lab(89.7 10.8 -15.4) |
| LCH | lch(89.7 18.8 305.2) |
| OKLCH | oklch(0.916 0.049 302.3) |
Copy-ready code
/* CSS */
color: #e9dcff;
background-color: #e9dcff;
/* Tailwind (arbitrary) */
class="text-[#e9dcff] bg-[#e9dcff]"
/* SCSS */
$brand: #e9dcff;
/* SwiftUI */
Color(red: 0.914, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#e9dcff")Accessibility — WCAG contrast
Aa
#e9dcff on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9dcff on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green86.3%
Blue100.0%
CMYK percentages
Cyan8.6%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#e9dcff text on a black background
contrast 16.15:1
Card sample
#e9dcff text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9dcff;
Background color
Panel with #e9dcff background
background-color: #e9dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9dcff; background: linear-gradient(135deg, #e9dcff, #FFDCFE);