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