#e7dbf3
a pale, vivid violet · warm · closest name: lavender
RGB
231, 219, 243
HSL
270°, 50%, 91%
CMYK
5, 10, 0, 5
Luminance
0.7412
Every format
| HEX | #e7dbf3 |
| RGB | rgb(231, 219, 243) |
| HSL | hsl(270, 50%, 91%) |
| CMYK | cmyk(5%, 10%, 0%, 5%) |
| LAB | lab(89.0 8.4 -10.2) |
| LCH | lch(89.0 13.3 309.5) |
| OKLCH | oklch(0.908 0.035 308.0) |
Copy-ready code
/* CSS */
color: #e7dbf3;
background-color: #e7dbf3;
/* Tailwind (arbitrary) */
class="text-[#e7dbf3] bg-[#e7dbf3]"
/* SCSS */
$brand: #e7dbf3;
/* SwiftUI */
Color(red: 0.906, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#e7dbf3")Accessibility — WCAG contrast
Aa
#e7dbf3 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dbf3 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green85.9%
Blue95.3%
CMYK percentages
Cyan4.9%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#e7dbf3 text on a black background
contrast 15.82:1
Card sample
#e7dbf3 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dbf3;
Background color
Panel with #e7dbf3 background
background-color: #e7dbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dbf3; background: linear-gradient(135deg, #e7dbf3, #F3DBEF);