Slate Gray (Neutral)
#737CAC
RGB: 115, 124, 172
Color OverviewHEX #737CAC

#737CAC Color Code Information

In the RGB color space, #737CAC is composed of 45% red, 49% green, and 67% blue. In the HSL color space, it has a hue of 231°, saturation of 26%, and lightness of 56%.

HEX
#737CAC
RGB
115, 124, 172
HSL
231°, 26%, 56%
HSV
231°, 33%, 67%
CMYK
33%, 28%, 0%, 33%
Name Match
Slate Gray
Closest Standard

Shades of #737CAC (Darker Variations)

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

Tints of #737CAC (Lighter Variations)

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

Tones of #737CAC (Muted Variations)

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

Color Harmonies for #737CAC

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 #737CAC Background
Contrast Ratio against Pure White (#FFFFFF):4.03 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #737CAC Background
Contrast Ratio against Pure Black (#000000):5.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #737CAC;
}

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