Dim Gray (Neutral)
#606C6A
RGB: 96, 108, 106
Color OverviewHEX #606C6A

#606C6A Color Code Information

In the RGB color space, #606C6A is composed of 38% red, 42% green, and 42% blue. In the HSL color space, it has a hue of 170°, saturation of 6%, and lightness of 40%.

HEX
#606C6A
RGB
96, 108, 106
HSL
170°, 6%, 40%
HSV
170°, 11%, 42%
CMYK
11%, 0%, 2%, 58%
Name Match
Dim Gray
Closest Standard

Shades of #606C6A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #606C6A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #606C6A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #606C6A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #606C6A Background
Contrast Ratio against Pure White (#FFFFFF):5.45 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #606C6A Background
Contrast Ratio against Pure Black (#000000):3.85 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #606C6A;
}

.element {
  color: #606C6A;
  background-color: #606C6A;
  border-color: #606C6A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#606C6A] text-[#606C6A] border-[#606C6A]">
  Content styled with #606C6A
</div>