Gray (Neutral)
#939E8E
RGB: 147, 158, 142
Color OverviewHEX #939E8E

#939E8E Color Code Information

In the RGB color space, #939E8E is composed of 58% red, 62% green, and 56% blue. In the HSL color space, it has a hue of 101°, saturation of 8%, and lightness of 59%.

HEX
#939E8E
RGB
147, 158, 142
HSL
101°, 8%, 59%
HSV
101°, 10%, 62%
CMYK
7%, 0%, 10%, 38%
Name Match
Gray
Closest Standard

Shades of #939E8E (Darker Variations)

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

Tints of #939E8E (Lighter Variations)

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

Tones of #939E8E (Muted Variations)

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

Color Harmonies for #939E8E

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

Developer Code Snippets & Tailwind CSS

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

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