Hex Color #67808E - Custom Color
Color Codes
HEX
#67808E
RGB
rgb(103, 128, 142)
HSL
hsl(202, 16%, 48%)
CMYK
cmyk(27%, 10%, 0%, 44%)
HSV
hsv(202, 27%, 56%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.15:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.05: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: #67808E;
color: #67808E;
border-color: #67808E;
}
Tailwind CSS (with arbitrary values)
bg-[#67808E]
text-[#67808E]
border-[#67808E]
// Example usage:
<div className="bg-[#67808E]">