Hex Color #B7890B - Custom Color
Color Codes
HEX
#B7890B
RGB
rgb(183, 137, 11)
HSL
hsl(44, 89%, 38%)
CMYK
cmyk(0%, 25%, 94%, 28%)
HSV
hsv(44, 94%, 72%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.18:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.60: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: #B7890B;
color: #B7890B;
border-color: #B7890B;
}
Tailwind CSS (with arbitrary values)
bg-[#B7890B]
text-[#B7890B]
border-[#B7890B]
// Example usage:
<div className="bg-[#B7890B]">