Hex Color #B9839E - Custom Color
Color Codes
HEX
#B9839E
RGB
rgb(185, 131, 158)
HSL
hsl(330, 28%, 62%)
CMYK
cmyk(0%, 29%, 15%, 27%)
HSV
hsv(330, 29%, 73%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.09:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.80: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: #B9839E;
color: #B9839E;
border-color: #B9839E;
}
Tailwind CSS (with arbitrary values)
bg-[#B9839E]
text-[#B9839E]
border-[#B9839E]
// Example usage:
<div className="bg-[#B9839E]">