Slate Gray (Neutral)
#6D898D
RGB: 109, 137, 141
Color OverviewHEX #6D898D

#6D898D Color Code Information

In the RGB color space, #6D898D is composed of 43% red, 54% green, and 55% blue. In the HSL color space, it has a hue of 188°, saturation of 13%, and lightness of 49%.

HEX
#6D898D
RGB
109, 137, 141
HSL
188°, 13%, 49%
HSV
188°, 23%, 55%
CMYK
23%, 3%, 0%, 45%
Name Match
Slate Gray
Closest Standard

Shades of #6D898D (Darker Variations)

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

Tints of #6D898D (Lighter Variations)

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

Tones of #6D898D (Muted Variations)

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

Color Harmonies for #6D898D

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

Developer Code Snippets & Tailwind CSS

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

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