Hex Color #E67BBA - Custom Color
Color Codes
HEX
#E67BBA
RGB
rgb(230, 123, 186)
HSL
hsl(325, 68%, 69%)
CMYK
cmyk(0%, 47%, 19%, 10%)
HSV
hsv(325, 47%, 90%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.66:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.91:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #E67BBA;
color: #E67BBA;
border-color: #E67BBA;
}
Tailwind CSS (with arbitrary values)
bg-[#E67BBA]
text-[#E67BBA]
border-[#E67BBA]
// Example usage:
<div className="bg-[#E67BBA]">