Hex Color #886D55 - Custom Color
Color Codes
HEX
#886D55
RGB
rgb(136, 109, 85)
HSL
hsl(28, 23%, 43%)
CMYK
cmyk(0%, 20%, 38%, 47%)
HSV
hsv(28, 38%, 53%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.81: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: #886D55;
color: #886D55;
border-color: #886D55;
}
Tailwind CSS (with arbitrary values)
bg-[#886D55]
text-[#886D55]
border-[#886D55]
// Example usage:
<div className="bg-[#886D55]">