#e2d1eb
a pale, soft violet · warm · closest name: lavender
RGB
226, 209, 235
HSL
279°, 39%, 87%
CMYK
4, 11, 0, 8
Luminance
0.6777
Every format
| HEX | #e2d1eb |
| RGB | rgb(226, 209, 235) |
| HSL | hsl(279, 39%, 87%) |
| CMYK | cmyk(4%, 11%, 0%, 8%) |
| LAB | lab(85.9 10.5 -10.6) |
| LCH | lch(85.9 15.0 314.7) |
| OKLCH | oklch(0.882 0.040 314.1) |
Copy-ready code
/* CSS */
color: #e2d1eb;
background-color: #e2d1eb;
/* Tailwind (arbitrary) */
class="text-[#e2d1eb] bg-[#e2d1eb]"
/* SCSS */
$brand: #e2d1eb;
/* SwiftUI */
Color(red: 0.886, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#e2d1eb")Accessibility — WCAG contrast
Aa
#e2d1eb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d1eb on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green82.0%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta11.1%
Yellow0.0%
Key (black)7.8%
Color previews
#e2d1eb text on a black background
contrast 14.55:1
Card sample
#e2d1eb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d1eb;
Background color
Panel with #e2d1eb background
background-color: #e2d1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d1eb; background: linear-gradient(135deg, #e2d1eb, #EBD1E3);