Hex Color #B873EF - Custom Color
Color Codes
HEX
#B873EF
RGB
rgb(184, 115, 239)
HSL
hsl(273, 79%, 69%)
CMYK
cmyk(23%, 52%, 0%, 6%)
HSV
hsv(273, 52%, 94%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.12:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.74: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: #B873EF;
color: #B873EF;
border-color: #B873EF;
}
Tailwind CSS (with arbitrary values)
bg-[#B873EF]
text-[#B873EF]
border-[#B873EF]
// Example usage:
<div className="bg-[#B873EF]">