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