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