Hex Color #B805A0 - Custom Color
Color Codes
HEX
#B805A0
RGB
rgb(184, 5, 160)
HSL
hsl(308, 95%, 37%)
CMYK
cmyk(0%, 97%, 13%, 28%)
HSV
hsv(308, 97%, 72%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.89:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.57: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: #B805A0;
color: #B805A0;
border-color: #B805A0;
}
Tailwind CSS (with arbitrary values)
bg-[#B805A0]
text-[#B805A0]
border-[#B805A0]
// Example usage:
<div className="bg-[#B805A0]">