Hex Color #B77EBC - Custom Color
Color Codes
HEX
#B77EBC
RGB
rgb(183, 126, 188)
HSL
hsl(295, 32%, 62%)
CMYK
cmyk(3%, 33%, 0%, 26%)
HSV
hsv(295, 33%, 74%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.12:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.72:1
Pass - WCAG AA (Normal Text)
Fail - 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: #B77EBC;
color: #B77EBC;
border-color: #B77EBC;
}
Tailwind CSS (with arbitrary values)
bg-[#B77EBC]
text-[#B77EBC]
border-[#B77EBC]
// Example usage:
<div className="bg-[#B77EBC]">