Hex Color #686E68 - Custom Color
Color Codes
HEX
#686E68
RGB
rgb(104, 110, 104)
HSL
hsl(120, 3%, 42%)
CMYK
cmyk(5%, 0%, 5%, 57%)
HSV
hsv(120, 5%, 43%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.23:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.02: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: #686E68;
color: #686E68;
border-color: #686E68;
}
Tailwind CSS (with arbitrary values)
bg-[#686E68]
text-[#686E68]
border-[#686E68]
// Example usage:
<div className="bg-[#686E68]">