Dim Gray (Neutral)
#656D66
RGB: 101, 109, 102
Color OverviewHEX #656D66
#656D66 Color Code Information
In the RGB color space, #656D66 is composed of 40% red, 43% green, and 40% blue. In the HSL color space, it has a hue of 128°, saturation of 4%, and lightness of 41%.
HEX
#656D66
RGB
101, 109, 102
HSL
128°, 4%, 41%
HSV
128°, 7%, 43%
CMYK
7%, 0%, 6%, 57%
Name Match
Dim Gray
Closest StandardShades of #656D66 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #656D66 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #656D66 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #656D66
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #656D66 Background
Contrast Ratio against Pure White (#FFFFFF):5.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #656D66 Background
Contrast Ratio against Pure Black (#000000):3.93 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #656D66;
}
.element {
color: #656D66;
background-color: #656D66;
border-color: #656D66;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#656D66] text-[#656D66] border-[#656D66]"> Content styled with #656D66 </div>