Hex Color #B886FA - Custom Color
Color Codes
HEX
#B886FA
RGB
rgb(184, 134, 250)
HSL
hsl(266, 92%, 75%)
CMYK
cmyk(26%, 46%, 0%, 2%)
HSV
hsv(266, 46%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.68:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.83: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: #B886FA;
color: #B886FA;
border-color: #B886FA;
}
Tailwind CSS (with arbitrary values)
bg-[#B886FA]
text-[#B886FA]
border-[#B886FA]
// Example usage:
<div className="bg-[#B886FA]">