#e2d6eb
a pale, soft violet · warm · closest name: lavender
RGB
226, 214, 235
HSL
274°, 34%, 88%
CMYK
4, 9, 0, 8
Luminance
0.7026
Every format
| HEX | #e2d6eb |
| RGB | rgb(226, 214, 235) |
| HSL | hsl(274, 34%, 88%) |
| CMYK | cmyk(4%, 9%, 0%, 8%) |
| LAB | lab(87.1 7.9 -8.8) |
| LCH | lch(87.1 11.8 311.9) |
| OKLCH | oklch(0.892 0.031 311.0) |
Copy-ready code
/* CSS */
color: #e2d6eb;
background-color: #e2d6eb;
/* Tailwind (arbitrary) */
class="text-[#e2d6eb] bg-[#e2d6eb]"
/* SCSS */
$brand: #e2d6eb;
/* SwiftUI */
Color(red: 0.886, green: 0.839, blue: 0.922)
/* Android */
Color.parseColor("#e2d6eb")Accessibility — WCAG contrast
Aa
#e2d6eb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d6eb on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green83.9%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta8.9%
Yellow0.0%
Key (black)7.8%
Color previews
#e2d6eb text on a black background
contrast 15.05:1
Card sample
#e2d6eb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d6eb;
Background color
Panel with #e2d6eb background
background-color: #e2d6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 214, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 214, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d6eb; background: linear-gradient(135deg, #e2d6eb, #EBD6E6);