Hex Color #81636C - Custom Color
Color Codes
HEX
#81636C
RGB
rgb(129, 99, 108)
HSL
hsl(342, 13%, 45%)
CMYK
cmyk(0%, 23%, 16%, 49%)
HSV
hsv(342, 23%, 51%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.34:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.93: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: #81636C;
color: #81636C;
border-color: #81636C;
}
Tailwind CSS (with arbitrary values)
bg-[#81636C]
text-[#81636C]
border-[#81636C]
// Example usage:
<div className="bg-[#81636C]">