Dim Gray (Neutral)
#53585B
RGB: 83, 88, 91
Color OverviewHEX #53585B

#53585B Color Code Information

In the RGB color space, #53585B is composed of 33% red, 35% green, and 36% blue. In the HSL color space, it has a hue of 203°, saturation of 5%, and lightness of 34%.

HEX
#53585B
RGB
83, 88, 91
HSL
203°, 5%, 34%
HSV
203°, 9%, 36%
CMYK
9%, 3%, 0%, 64%
Name Match
Dim Gray
Closest Standard

Shades of #53585B (Darker Variations)

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

Tints of #53585B (Lighter Variations)

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

Tones of #53585B (Muted Variations)

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

Color Harmonies for #53585B

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

Developer Code Snippets & Tailwind CSS

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

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