Hex Color #B271CC - Custom Color
Color Codes
HEX
#B271CC
RGB
rgb(178, 113, 204)
HSL
hsl(283, 47%, 62%)
CMYK
cmyk(13%, 45%, 0%, 20%)
HSV
hsv(283, 45%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.43:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.13: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: #B271CC;
color: #B271CC;
border-color: #B271CC;
}
Tailwind CSS (with arbitrary values)
bg-[#B271CC]
text-[#B271CC]
border-[#B271CC]
// Example usage:
<div className="bg-[#B271CC]">