Hex Color #93694E - Custom Color
Color Codes
HEX
#93694E
RGB
rgb(147, 105, 78)
HSL
hsl(23, 31%, 44%)
CMYK
cmyk(0%, 29%, 47%, 42%)
HSV
hsv(23, 47%, 58%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.80:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.37:1
Fail - 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: #93694E;
color: #93694E;
border-color: #93694E;
}
Tailwind CSS (with arbitrary values)
bg-[#93694E]
text-[#93694E]
border-[#93694E]
// Example usage:
<div className="bg-[#93694E]">