Dim Gray (Neutral)
#615F5B
RGB: 97, 95, 91
Color OverviewHEX #615F5B

#615F5B Color Code Information

In the RGB color space, #615F5B is composed of 38% red, 37% green, and 36% blue. In the HSL color space, it has a hue of 40°, saturation of 3%, and lightness of 37%.

HEX
#615F5B
RGB
97, 95, 91
HSL
40°, 3%, 37%
HSV
40°, 6%, 38%
CMYK
0%, 2%, 6%, 62%
Name Match
Dim Gray
Closest Standard

Shades of #615F5B (Darker Variations)

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

Tints of #615F5B (Lighter Variations)

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

Tones of #615F5B (Muted Variations)

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

Color Harmonies for #615F5B

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

Developer Code Snippets & Tailwind CSS

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

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