Hex Color #B9519B - Custom Color
Color Codes
HEX
#B9519B
RGB
rgb(185, 81, 155)
HSL
hsl(317, 43%, 52%)
CMYK
cmyk(0%, 56%, 16%, 27%)
HSV
hsv(317, 56%, 73%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.46:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.71: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: #B9519B;
color: #B9519B;
border-color: #B9519B;
}
Tailwind CSS (with arbitrary values)
bg-[#B9519B]
text-[#B9519B]
border-[#B9519B]
// Example usage:
<div className="bg-[#B9519B]">