Hex Color #B5505C - Custom Color
Color Codes
HEX
#B5505C
RGB
rgb(181, 80, 92)
HSL
hsl(353, 41%, 51%)
CMYK
cmyk(0%, 56%, 49%, 29%)
HSV
hsv(353, 56%, 71%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.92:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.27:1
Fail - 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: #B5505C;
color: #B5505C;
border-color: #B5505C;
}
Tailwind CSS (with arbitrary values)
bg-[#B5505C]
text-[#B5505C]
border-[#B5505C]
// Example usage:
<div className="bg-[#B5505C]">