#e7dfeb
a pale, soft violet · warm · closest name: lavender
RGB
231, 223, 235
HSL
280°, 23%, 90%
CMYK
2, 5, 0, 8
Luminance
0.7576
Every format
| HEX | #e7dfeb |
| RGB | rgb(231, 223, 235) |
| HSL | hsl(280, 23%, 90%) |
| CMYK | cmyk(2%, 5%, 0%, 8%) |
| LAB | lab(89.8 4.8 -4.9) |
| LCH | lch(89.8 6.9 314.8) |
| OKLCH | oklch(0.913 0.018 314.7) |
Copy-ready code
/* CSS */
color: #e7dfeb;
background-color: #e7dfeb;
/* Tailwind (arbitrary) */
class="text-[#e7dfeb] bg-[#e7dfeb]"
/* SCSS */
$brand: #e7dfeb;
/* SwiftUI */
Color(red: 0.906, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#e7dfeb")Accessibility — WCAG contrast
Aa
#e7dfeb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dfeb on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green87.5%
Blue92.2%
CMYK percentages
Cyan1.7%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#e7dfeb text on a black background
contrast 16.15:1
Card sample
#e7dfeb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dfeb;
Background color
Panel with #e7dfeb background
background-color: #e7dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dfeb; background: linear-gradient(135deg, #e7dfeb, #EBDFE7);