Hex Color #B86ABE - Custom Color
Color Codes
HEX
#B86ABE
RGB
rgb(184, 106, 190)
HSL
hsl(296, 39%, 58%)
CMYK
cmyk(3%, 44%, 0%, 25%)
HSV
hsv(296, 44%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.59:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.84: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: #B86ABE;
color: #B86ABE;
border-color: #B86ABE;
}
Tailwind CSS (with arbitrary values)
bg-[#B86ABE]
text-[#B86ABE]
border-[#B86ABE]
// Example usage:
<div className="bg-[#B86ABE]">