Dim Gray (Neutral)
#687376
RGB: 104, 115, 118
Color OverviewHEX #687376

#687376 Color Code Information

In the RGB color space, #687376 is composed of 41% red, 45% green, and 46% blue. In the HSL color space, it has a hue of 193°, saturation of 6%, and lightness of 44%.

HEX
#687376
RGB
104, 115, 118
HSL
193°, 6%, 44%
HSV
193°, 12%, 46%
CMYK
12%, 3%, 0%, 54%
Name Match
Dim Gray
Closest Standard

Shades of #687376 (Darker Variations)

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

Tints of #687376 (Lighter Variations)

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

Tones of #687376 (Muted Variations)

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

Color Harmonies for #687376

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

Developer Code Snippets & Tailwind CSS

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

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