Hex Color #16565C - Custom Color
Color Codes
HEX
#16565C
RGB
rgb(22, 86, 92)
HSL
hsl(185, 61%, 22%)
CMYK
cmyk(76%, 7%, 0%, 64%)
HSV
hsv(185, 76%, 36%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 8.33:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 2.52: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: #16565C;
color: #16565C;
border-color: #16565C;
}
Tailwind CSS (with arbitrary values)
bg-[#16565C]
text-[#16565C]
border-[#16565C]
// Example usage:
<div className="bg-[#16565C]">