Hex Color #B1548C - Custom Color
Color Codes
HEX
#B1548C
RGB
rgb(177, 84, 140)
HSL
hsl(324, 37%, 51%)
CMYK
cmyk(0%, 53%, 21%, 31%)
HSV
hsv(324, 53%, 69%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.65:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.52: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: #B1548C;
color: #B1548C;
border-color: #B1548C;
}
Tailwind CSS (with arbitrary values)
bg-[#B1548C]
text-[#B1548C]
border-[#B1548C]
// Example usage:
<div className="bg-[#B1548C]">