Hex Color #B67DDA - Custom Color
Color Codes
HEX
#B67DDA
RGB
rgb(182, 125, 218)
HSL
hsl(277, 56%, 67%)
CMYK
cmyk(17%, 43%, 0%, 15%)
HSV
hsv(277, 43%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.03:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.93: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: #B67DDA;
color: #B67DDA;
border-color: #B67DDA;
}
Tailwind CSS (with arbitrary values)
bg-[#B67DDA]
text-[#B67DDA]
border-[#B67DDA]
// Example usage:
<div className="bg-[#B67DDA]">