Hex Color #E6C3EE - Custom Color
Color Codes
HEX
#E6C3EE
RGB
rgb(230, 195, 238)
HSL
hsl(289, 56%, 85%)
CMYK
cmyk(3%, 18%, 0%, 7%)
HSV
hsv(289, 18%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.57:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 13.41: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: #E6C3EE;
color: #E6C3EE;
border-color: #E6C3EE;
}
Tailwind CSS (with arbitrary values)
bg-[#E6C3EE]
text-[#E6C3EE]
border-[#E6C3EE]
// Example usage:
<div className="bg-[#E6C3EE]">