Dim Gray (Neutral)
#646D69
RGB: 100, 109, 105
Color OverviewHEX #646D69

#646D69 Color Code Information

In the RGB color space, #646D69 is composed of 39% red, 43% green, and 41% blue. In the HSL color space, it has a hue of 153°, saturation of 4%, and lightness of 41%.

HEX
#646D69
RGB
100, 109, 105
HSL
153°, 4%, 41%
HSV
153°, 8%, 43%
CMYK
8%, 0%, 4%, 57%
Name Match
Dim Gray
Closest Standard

Shades of #646D69 (Darker Variations)

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

Tints of #646D69 (Lighter Variations)

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

Tones of #646D69 (Muted Variations)

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

Color Harmonies for #646D69

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

Developer Code Snippets & Tailwind CSS

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

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