Dim Gray (Neutral)
#63895D
RGB: 99, 137, 93
Color OverviewHEX #63895D

#63895D Color Code Information

In the RGB color space, #63895D is composed of 39% red, 54% green, and 36% blue. In the HSL color space, it has a hue of 112°, saturation of 19%, and lightness of 45%.

HEX
#63895D
RGB
99, 137, 93
HSL
112°, 19%, 45%
HSV
112°, 32%, 54%
CMYK
28%, 0%, 32%, 46%
Name Match
Dim Gray
Closest Standard

Shades of #63895D (Darker Variations)

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

Tints of #63895D (Lighter Variations)

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

Tones of #63895D (Muted Variations)

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

Color Harmonies for #63895D

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

Developer Code Snippets & Tailwind CSS

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

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