Hex Color #B43E6E - Custom Color
Color Codes
HEX
#B43E6E
RGB
rgb(180, 62, 110)
HSL
hsl(336, 49%, 47%)
CMYK
cmyk(0%, 66%, 39%, 29%)
HSV
hsv(336, 66%, 71%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.45:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.85: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: #B43E6E;
color: #B43E6E;
border-color: #B43E6E;
}
Tailwind CSS (with arbitrary values)
bg-[#B43E6E]
text-[#B43E6E]
border-[#B43E6E]
// Example usage:
<div className="bg-[#B43E6E]">