Dim Gray (Neutral)
#694C51
RGB: 105, 76, 81
Color OverviewHEX #694C51

#694C51 Color Code Information

In the RGB color space, #694C51 is composed of 41% red, 30% green, and 32% blue. In the HSL color space, it has a hue of 350°, saturation of 16%, and lightness of 35%.

HEX
#694C51
RGB
105, 76, 81
HSL
350°, 16%, 35%
HSV
350°, 28%, 41%
CMYK
0%, 28%, 23%, 59%
Name Match
Dim Gray
Closest Standard

Shades of #694C51 (Darker Variations)

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

Tints of #694C51 (Lighter Variations)

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

Tones of #694C51 (Muted Variations)

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

Color Harmonies for #694C51

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

Developer Code Snippets & Tailwind CSS

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

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