#e1dbeb
a pale, soft violet · warm · closest name: lavender
RGB
225, 219, 235
HSL
263°, 29%, 89%
CMYK
4, 7, 0, 8
Luminance
0.7267
Every format
| HEX | #e1dbeb |
| RGB | rgb(225, 219, 235) |
| HSL | hsl(263, 29%, 89%) |
| CMYK | cmyk(4%, 7%, 0%, 8%) |
| LAB | lab(88.3 5.0 -7.1) |
| LCH | lch(88.3 8.6 305.0) |
| OKLCH | oklch(0.901 0.022 302.9) |
Copy-ready code
/* CSS */
color: #e1dbeb;
background-color: #e1dbeb;
/* Tailwind (arbitrary) */
class="text-[#e1dbeb] bg-[#e1dbeb]"
/* SCSS */
$brand: #e1dbeb;
/* SwiftUI */
Color(red: 0.882, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#e1dbeb")Accessibility — WCAG contrast
Aa
#e1dbeb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1dbeb on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan4.3%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#e1dbeb text on a black background
contrast 15.53:1
Card sample
#e1dbeb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1dbeb;
Background color
Panel with #e1dbeb background
background-color: #e1dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dbeb; background: linear-gradient(135deg, #e1dbeb, #EBDBEA);