Gray (Neutral)
#97748B
RGB: 151, 116, 139
Color OverviewHEX #97748B

#97748B Color Code Information

In the RGB color space, #97748B is composed of 59% red, 45% green, and 55% blue. In the HSL color space, it has a hue of 321°, saturation of 14%, and lightness of 52%.

HEX
#97748B
RGB
151, 116, 139
HSL
321°, 14%, 52%
HSV
321°, 23%, 59%
CMYK
0%, 23%, 8%, 41%
Name Match
Gray
Closest Standard

Shades of #97748B (Darker Variations)

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

Tints of #97748B (Lighter Variations)

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

Tones of #97748B (Muted Variations)

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

Color Harmonies for #97748B

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 #97748B Background
Contrast Ratio against Pure White (#FFFFFF):4.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #97748B Background
Contrast Ratio against Pure Black (#000000):5.19 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #97748B;
}

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