Hex Color #82783E - Custom Color
Color Codes
HEX
#82783E
RGB
rgb(130, 120, 62)
HSL
hsl(51, 35%, 38%)
CMYK
cmyk(0%, 8%, 52%, 49%)
HSV
hsv(51, 52%, 51%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.46:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.71: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: #82783E;
color: #82783E;
border-color: #82783E;
}
Tailwind CSS (with arbitrary values)
bg-[#82783E]
text-[#82783E]
border-[#82783E]
// Example usage:
<div className="bg-[#82783E]">