Hex Color #B597B7 - Custom Color
Color Codes
HEX
#B597B7
RGB
rgb(181, 151, 183)
HSL
hsl(296, 18%, 65%)
CMYK
cmyk(1%, 17%, 0%, 28%)
HSV
hsv(296, 17%, 72%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.60:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.08: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: #B597B7;
color: #B597B7;
border-color: #B597B7;
}
Tailwind CSS (with arbitrary values)
bg-[#B597B7]
text-[#B597B7]
border-[#B597B7]
// Example usage:
<div className="bg-[#B597B7]">