Hex Color #E1DBDE - Custom Color
Color Codes
HEX
#E1DBDE
RGB
rgb(225, 219, 222)
HSL
hsl(330, 9%, 87%)
CMYK
cmyk(0%, 3%, 1%, 12%)
HSV
hsv(330, 3%, 88%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.36:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 15.39:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #E1DBDE;
color: #E1DBDE;
border-color: #E1DBDE;
}
Tailwind CSS (with arbitrary values)
bg-[#E1DBDE]
text-[#E1DBDE]
border-[#E1DBDE]
// Example usage:
<div className="bg-[#E1DBDE]">