#e3dfeb
a pale, soft violet · warm · closest name: lavender
RGB
227, 223, 235
HSL
260°, 23%, 90%
CMYK
3, 5, 0, 8
Luminance
0.7510
Every format
| HEX | #e3dfeb |
| RGB | rgb(227, 223, 235) |
| HSL | hsl(260, 23%, 90%) |
| CMYK | cmyk(3%, 5%, 0%, 8%) |
| LAB | lab(89.4 3.5 -5.4) |
| LCH | lch(89.4 6.4 303.4) |
| OKLCH | oklch(0.910 0.017 301.2) |
Copy-ready code
/* CSS */
color: #e3dfeb;
background-color: #e3dfeb;
/* Tailwind (arbitrary) */
class="text-[#e3dfeb] bg-[#e3dfeb]"
/* SCSS */
$brand: #e3dfeb;
/* SwiftUI */
Color(red: 0.890, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#e3dfeb")Accessibility — WCAG contrast
Aa
#e3dfeb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3dfeb on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green87.5%
Blue92.2%
CMYK percentages
Cyan3.4%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#e3dfeb text on a black background
contrast 16.02:1
Card sample
#e3dfeb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3dfeb;
Background color
Panel with #e3dfeb background
background-color: #e3dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3dfeb; background: linear-gradient(135deg, #e3dfeb, #EBDFEB);