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