Slate Gray (Neutral)
#72799D
RGB: 114, 121, 157
Color OverviewHEX #72799D

#72799D Color Code Information

In the RGB color space, #72799D is composed of 45% red, 47% green, and 62% blue. In the HSL color space, it has a hue of 230°, saturation of 18%, and lightness of 53%.

HEX
#72799D
RGB
114, 121, 157
HSL
230°, 18%, 53%
HSV
230°, 27%, 62%
CMYK
27%, 23%, 0%, 38%
Name Match
Slate Gray
Closest Standard

Shades of #72799D (Darker Variations)

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

Tints of #72799D (Lighter Variations)

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

Tones of #72799D (Muted Variations)

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

Color Harmonies for #72799D

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 #72799D Background
Contrast Ratio against Pure White (#FFFFFF):4.25 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #72799D Background
Contrast Ratio against Pure Black (#000000):4.94 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #72799D;
}

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