Hex Color #B97788 - Custom Color
Color Codes
HEX
#B97788
RGB
rgb(185, 119, 136)
HSL
hsl(345, 32%, 60%)
CMYK
cmyk(0%, 36%, 26%, 27%)
HSV
hsv(345, 36%, 73%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.47:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.06: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: #B97788;
color: #B97788;
border-color: #B97788;
}
Tailwind CSS (with arbitrary values)
bg-[#B97788]
text-[#B97788]
border-[#B97788]
// Example usage:
<div className="bg-[#B97788]">