Slate Gray (Neutral)
#6D9C7F
RGB: 109, 156, 127
Color OverviewHEX #6D9C7F

#6D9C7F Color Code Information

In the RGB color space, #6D9C7F is composed of 43% red, 61% green, and 50% blue. In the HSL color space, it has a hue of 143°, saturation of 19%, and lightness of 52%.

HEX
#6D9C7F
RGB
109, 156, 127
HSL
143°, 19%, 52%
HSV
143°, 30%, 61%
CMYK
30%, 0%, 19%, 39%
Name Match
Slate Gray
Closest Standard

Shades of #6D9C7F (Darker Variations)

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

Tints of #6D9C7F (Lighter Variations)

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

Tones of #6D9C7F (Muted Variations)

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

Color Harmonies for #6D9C7F

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

Developer Code Snippets & Tailwind CSS

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

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