Hex Color #BB5FDB - Custom Color
Color Codes
HEX
#BB5FDB
RGB
rgb(187, 95, 219)
HSL
hsl(285, 63%, 62%)
CMYK
cmyk(15%, 57%, 0%, 14%)
HSV
hsv(285, 57%, 86%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.64:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.77: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: #BB5FDB;
color: #BB5FDB;
border-color: #BB5FDB;
}
Tailwind CSS (with arbitrary values)
bg-[#BB5FDB]
text-[#BB5FDB]
border-[#BB5FDB]
// Example usage:
<div className="bg-[#BB5FDB]">