Dim Gray (Neutral)
#685F60
RGB: 104, 95, 96
Color OverviewHEX #685F60

#685F60 Color Code Information

In the RGB color space, #685F60 is composed of 41% red, 37% green, and 38% blue. In the HSL color space, it has a hue of 353°, saturation of 5%, and lightness of 39%.

HEX
#685F60
RGB
104, 95, 96
HSL
353°, 5%, 39%
HSV
353°, 9%, 41%
CMYK
0%, 9%, 8%, 59%
Name Match
Dim Gray
Closest Standard

Shades of #685F60 (Darker Variations)

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

Tints of #685F60 (Lighter Variations)

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

Tones of #685F60 (Muted Variations)

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

Color Harmonies for #685F60

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 #685F60 Background
Contrast Ratio against Pure White (#FFFFFF):6.19 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #685F60 Background
Contrast Ratio against Pure Black (#000000):3.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #685F60;
}

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