Dim Gray (Neutral)
#65494F
RGB: 101, 73, 79
Color OverviewHEX #65494F

#65494F Color Code Information

In the RGB color space, #65494F is composed of 40% red, 29% green, and 31% blue. In the HSL color space, it has a hue of 347°, saturation of 16%, and lightness of 34%.

HEX
#65494F
RGB
101, 73, 79
HSL
347°, 16%, 34%
HSV
347°, 28%, 40%
CMYK
0%, 28%, 22%, 60%
Name Match
Dim Gray
Closest Standard

Shades of #65494F (Darker Variations)

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

Tints of #65494F (Lighter Variations)

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

Tones of #65494F (Muted Variations)

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

Color Harmonies for #65494F

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

Developer Code Snippets & Tailwind CSS

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

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