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