Hex Color #B87BBC - Custom Color
Color Codes
HEX
#B87BBC
RGB
rgb(184, 123, 188)
HSL
hsl(296, 33%, 61%)
CMYK
cmyk(2%, 35%, 0%, 26%)
HSV
hsv(296, 35%, 74%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.18:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.60: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: #B87BBC;
color: #B87BBC;
border-color: #B87BBC;
}
Tailwind CSS (with arbitrary values)
bg-[#B87BBC]
text-[#B87BBC]
border-[#B87BBC]
// Example usage:
<div className="bg-[#B87BBC]">