Hex Color #B9938B - Custom Color
Color Codes
HEX
#B9938B
RGB
rgb(185, 147, 139)
HSL
hsl(10, 25%, 64%)
CMYK
cmyk(0%, 21%, 25%, 27%)
HSV
hsv(10, 25%, 73%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.76:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.61: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: #B9938B;
color: #B9938B;
border-color: #B9938B;
}
Tailwind CSS (with arbitrary values)
bg-[#B9938B]
text-[#B9938B]
border-[#B9938B]
// Example usage:
<div className="bg-[#B9938B]">