Hex Color #BD7FC9 - Custom Color
Color Codes
HEX
#BD7FC9
RGB
rgb(189, 127, 201)
HSL
hsl(290, 41%, 64%)
CMYK
cmyk(6%, 37%, 0%, 21%)
HSV
hsv(290, 37%, 79%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.98:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.04:1
Pass - WCAG AA (Normal Text)
Pass - 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: #BD7FC9;
color: #BD7FC9;
border-color: #BD7FC9;
}
Tailwind CSS (with arbitrary values)
bg-[#BD7FC9]
text-[#BD7FC9]
border-[#BD7FC9]
// Example usage:
<div className="bg-[#BD7FC9]">