Hex Color #B67402 - Custom Color
Color Codes
HEX
#B67402
RGB
rgb(182, 116, 2)
HSL
hsl(38, 98%, 36%)
CMYK
cmyk(0%, 36%, 99%, 29%)
HSV
hsv(38, 99%, 71%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.83:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.49: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: #B67402;
color: #B67402;
border-color: #B67402;
}
Tailwind CSS (with arbitrary values)
bg-[#B67402]
text-[#B67402]
border-[#B67402]
// Example usage:
<div className="bg-[#B67402]">