Hex Color #71897A - Custom Color
Color Codes
HEX
#71897A
RGB
rgb(113, 137, 122)
HSL
hsl(143, 10%, 49%)
CMYK
cmyk(18%, 0%, 11%, 46%)
HSV
hsv(143, 18%, 54%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.78:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.56: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: #71897A;
color: #71897A;
border-color: #71897A;
}
Tailwind CSS (with arbitrary values)
bg-[#71897A]
text-[#71897A]
border-[#71897A]
// Example usage:
<div className="bg-[#71897A]">