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