Dim Gray (Neutral)
#677666
RGB: 103, 118, 102
Color OverviewHEX #677666

#677666 Color Code Information

In the RGB color space, #677666 is composed of 40% red, 46% green, and 40% blue. In the HSL color space, it has a hue of 116°, saturation of 7%, and lightness of 43%.

HEX
#677666
RGB
103, 118, 102
HSL
116°, 7%, 43%
HSV
116°, 14%, 46%
CMYK
13%, 0%, 14%, 54%
Name Match
Dim Gray
Closest Standard

Shades of #677666 (Darker Variations)

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

Tints of #677666 (Lighter Variations)

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

Tones of #677666 (Muted Variations)

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

Color Harmonies for #677666

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

Developer Code Snippets & Tailwind CSS

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

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