Hex Color #B79BCC - Custom Color
Color Codes
HEX
#B79BCC
RGB
rgb(183, 155, 204)
HSL
hsl(274, 32%, 70%)
CMYK
cmyk(10%, 24%, 0%, 20%)
HSV
hsv(274, 24%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.45:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.57: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: #B79BCC;
color: #B79BCC;
border-color: #B79BCC;
}
Tailwind CSS (with arbitrary values)
bg-[#B79BCC]
text-[#B79BCC]
border-[#B79BCC]
// Example usage:
<div className="bg-[#B79BCC]">