Hex Color #B37FCD - Custom Color
Color Codes
HEX
#B37FCD
RGB
rgb(179, 127, 205)
HSL
hsl(280, 44%, 65%)
CMYK
cmyk(13%, 38%, 0%, 20%)
HSV
hsv(280, 38%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.07:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.83: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: #B37FCD;
color: #B37FCD;
border-color: #B37FCD;
}
Tailwind CSS (with arbitrary values)
bg-[#B37FCD]
text-[#B37FCD]
border-[#B37FCD]
// Example usage:
<div className="bg-[#B37FCD]">