Hex Color #166665 - Custom Color
Color Codes
HEX
#166665
RGB
rgb(22, 102, 101)
HSL
hsl(179, 65%, 24%)
CMYK
cmyk(78%, 0%, 1%, 60%)
HSV
hsv(179, 78%, 40%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.73:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.12: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: #166665;
color: #166665;
border-color: #166665;
}
Tailwind CSS (with arbitrary values)
bg-[#166665]
text-[#166665]
border-[#166665]
// Example usage:
<div className="bg-[#166665]">