Hex Color #BC7CD6 - Custom Color
Color Codes
HEX
#BC7CD6
RGB
rgb(188, 124, 214)
HSL
hsl(283, 52%, 66%)
CMYK
cmyk(12%, 42%, 0%, 16%)
HSV
hsv(283, 42%, 84%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.00:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.99: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: #BC7CD6;
color: #BC7CD6;
border-color: #BC7CD6;
}
Tailwind CSS (with arbitrary values)
bg-[#BC7CD6]
text-[#BC7CD6]
border-[#BC7CD6]
// Example usage:
<div className="bg-[#BC7CD6]">