Hex Color #93863F - Custom Color
Color Codes
HEX
#93863F
RGB
rgb(147, 134, 63)
HSL
hsl(51, 40%, 41%)
CMYK
cmyk(0%, 9%, 57%, 42%)
HSV
hsv(51, 57%, 58%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.67:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.72: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: #93863F;
color: #93863F;
border-color: #93863F;
}
Tailwind CSS (with arbitrary values)
bg-[#93863F]
text-[#93863F]
border-[#93863F]
// Example usage:
<div className="bg-[#93863F]">