Hex Color #88494C - Custom Color
Color Codes
HEX
#88494C
RGB
rgb(136, 73, 76)
HSL
hsl(357, 30%, 41%)
CMYK
cmyk(0%, 46%, 44%, 47%)
HSV
hsv(357, 46%, 53%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.76:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.10: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: #88494C;
color: #88494C;
border-color: #88494C;
}
Tailwind CSS (with arbitrary values)
bg-[#88494C]
text-[#88494C]
border-[#88494C]
// Example usage:
<div className="bg-[#88494C]">