Hex Color #B877EE - Custom Color
Color Codes
HEX
#B877EE
RGB
rgb(184, 119, 238)
HSL
hsl(273, 78%, 70%)
CMYK
cmyk(23%, 50%, 0%, 7%)
HSV
hsv(273, 50%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.04:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.91: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: #B877EE;
color: #B877EE;
border-color: #B877EE;
}
Tailwind CSS (with arbitrary values)
bg-[#B877EE]
text-[#B877EE]
border-[#B877EE]
// Example usage:
<div className="bg-[#B877EE]">