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