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