Hex Color #B07657 - Custom Color
Color Codes
HEX
#B07657
RGB
rgb(176, 118, 87)
HSL
hsl(21, 36%, 52%)
CMYK
cmyk(0%, 33%, 51%, 31%)
HSV
hsv(21, 51%, 69%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.77:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.58: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: #B07657;
color: #B07657;
border-color: #B07657;
}
Tailwind CSS (with arbitrary values)
bg-[#B07657]
text-[#B07657]
border-[#B07657]
// Example usage:
<div className="bg-[#B07657]">