Gray (Neutral)
#938C90
RGB: 147, 140, 144
Color OverviewHEX #938C90

#938C90 Color Code Information

In the RGB color space, #938C90 is composed of 58% red, 55% green, and 56% blue. In the HSL color space, it has a hue of 326°, saturation of 3%, and lightness of 56%.

HEX
#938C90
RGB
147, 140, 144
HSL
326°, 3%, 56%
HSV
326°, 5%, 58%
CMYK
0%, 5%, 2%, 42%
Name Match
Gray
Closest Standard

Shades of #938C90 (Darker Variations)

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

Tints of #938C90 (Lighter Variations)

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

Tones of #938C90 (Muted Variations)

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

Color Harmonies for #938C90

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

Developer Code Snippets & Tailwind CSS

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

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