#e3d2eb
a pale, soft violet · warm · closest name: lavender
RGB
227, 210, 235
HSL
281°, 39%, 87%
CMYK
3, 11, 0, 8
Luminance
0.6842
Every format
| HEX | #e3d2eb |
| RGB | rgb(227, 210, 235) |
| HSL | hsl(281, 39%, 87%) |
| CMYK | cmyk(3%, 11%, 0%, 8%) |
| LAB | lab(86.2 10.3 -10.1) |
| LCH | lch(86.2 14.5 315.5) |
| OKLCH | oklch(0.885 0.038 315.1) |
Copy-ready code
/* CSS */
color: #e3d2eb;
background-color: #e3d2eb;
/* Tailwind (arbitrary) */
class="text-[#e3d2eb] bg-[#e3d2eb]"
/* SCSS */
$brand: #e3d2eb;
/* SwiftUI */
Color(red: 0.890, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#e3d2eb")Accessibility — WCAG contrast
Aa
#e3d2eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3d2eb on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green82.4%
Blue92.2%
CMYK percentages
Cyan3.4%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#e3d2eb text on a black background
contrast 14.68:1
Card sample
#e3d2eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3d2eb;
Background color
Panel with #e3d2eb background
background-color: #e3d2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3d2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3d2eb; background: linear-gradient(135deg, #e3d2eb, #EBD2E2);