Hex Color #B64CFB - Custom Color
Color Codes
HEX
#B64CFB
RGB
rgb(182, 76, 251)
HSL
hsl(276, 96%, 64%)
CMYK
cmyk(27%, 70%, 0%, 2%)
HSV
hsv(276, 70%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.88:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.42: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: #B64CFB;
color: #B64CFB;
border-color: #B64CFB;
}
Tailwind CSS (with arbitrary values)
bg-[#B64CFB]
text-[#B64CFB]
border-[#B64CFB]
// Example usage:
<div className="bg-[#B64CFB]">