#e7dbfd
a pale, electric violet · warm · closest name: lavender
RGB
231, 219, 253
HSL
261°, 90%, 93%
CMYK
9, 13, 0, 1
Luminance
0.7474
Every format
| HEX | #e7dbfd |
| RGB | rgb(231, 219, 253) |
| HSL | hsl(261, 90%, 93%) |
| CMYK | cmyk(9%, 13%, 0%, 1%) |
| LAB | lab(89.3 10.3 -15.0) |
| LCH | lch(89.3 18.3 304.5) |
| OKLCH | oklch(0.911 0.048 301.5) |
Copy-ready code
/* CSS */
color: #e7dbfd;
background-color: #e7dbfd;
/* Tailwind (arbitrary) */
class="text-[#e7dbfd] bg-[#e7dbfd]"
/* SCSS */
$brand: #e7dbfd;
/* SwiftUI */
Color(red: 0.906, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#e7dbfd")Accessibility — WCAG contrast
Aa
#e7dbfd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dbfd on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green85.9%
Blue99.2%
CMYK percentages
Cyan8.7%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#e7dbfd text on a black background
contrast 15.95:1
Card sample
#e7dbfd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dbfd;
Background color
Panel with #e7dbfd background
background-color: #e7dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dbfd; background: linear-gradient(135deg, #e7dbfd, #FDDBFC);