Dim Gray (Neutral)
#656F5A
RGB: 101, 111, 90
Color OverviewHEX #656F5A
#656F5A Color Code Information
In the RGB color space, #656F5A is composed of 40% red, 44% green, and 35% blue. In the HSL color space, it has a hue of 89°, saturation of 10%, and lightness of 39%.
HEX
#656F5A
RGB
101, 111, 90
HSL
89°, 10%, 39%
HSV
89°, 19%, 44%
CMYK
9%, 0%, 19%, 56%
Name Match
Dim Gray
Closest StandardShades of #656F5A (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #656F5A (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #656F5A (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #656F5A
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 #656F5A Background
Contrast Ratio against Pure White (#FFFFFF):5.28 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #656F5A Background
Contrast Ratio against Pure Black (#000000):3.97 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #656F5A;
}
.element {
color: #656F5A;
background-color: #656F5A;
border-color: #656F5A;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#656F5A] text-[#656F5A] border-[#656F5A]"> Content styled with #656F5A </div>