Hex Color #71776E - Custom Color
Color Codes
HEX
#71776E
RGB
rgb(113, 119, 110)
HSL
hsl(100, 4%, 45%)
CMYK
cmyk(5%, 0%, 8%, 53%)
HSV
hsv(100, 8%, 47%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.60:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.57: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: #71776E;
color: #71776E;
border-color: #71776E;
}
Tailwind CSS (with arbitrary values)
bg-[#71776E]
text-[#71776E]
border-[#71776E]
// Example usage:
<div className="bg-[#71776E]">