Hex Color #B132CF - Custom Color
Color Codes
HEX
#B132CF
RGB
rgb(177, 50, 207)
HSL
hsl(289, 62%, 50%)
CMYK
cmyk(14%, 76%, 0%, 19%)
HSV
hsv(289, 76%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.97:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.23: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: #B132CF;
color: #B132CF;
border-color: #B132CF;
}
Tailwind CSS (with arbitrary values)
bg-[#B132CF]
text-[#B132CF]
border-[#B132CF]
// Example usage:
<div className="bg-[#B132CF]">