Dim Gray (Neutral)
#545661
RGB: 84, 86, 97
Color OverviewHEX #545661

#545661 Color Code Information

In the RGB color space, #545661 is composed of 33% red, 34% green, and 38% blue. In the HSL color space, it has a hue of 231°, saturation of 7%, and lightness of 35%.

HEX
#545661
RGB
84, 86, 97
HSL
231°, 7%, 35%
HSV
231°, 13%, 38%
CMYK
13%, 11%, 0%, 62%
Name Match
Dim Gray
Closest Standard

Shades of #545661 (Darker Variations)

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

Tints of #545661 (Lighter Variations)

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

Tones of #545661 (Muted Variations)

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

Color Harmonies for #545661

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

Developer Code Snippets & Tailwind CSS

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

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