Dark Slate Gray (Neutral)
#444B4A
RGB: 68, 75, 74
Color OverviewHEX #444B4A

#444B4A Color Code Information

In the RGB color space, #444B4A is composed of 27% red, 29% green, and 29% blue. In the HSL color space, it has a hue of 171°, saturation of 5%, and lightness of 28%.

HEX
#444B4A
RGB
68, 75, 74
HSL
171°, 5%, 28%
HSV
171°, 9%, 29%
CMYK
9%, 0%, 1%, 71%
Name Match
Dark Slate Gray
Closest Standard

Shades of #444B4A (Darker Variations)

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

Tints of #444B4A (Lighter Variations)

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

Tones of #444B4A (Muted Variations)

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

Color Harmonies for #444B4A

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 #444B4A Background
Contrast Ratio against Pure White (#FFFFFF):8.93 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #444B4A Background
Contrast Ratio against Pure Black (#000000):2.35 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #444B4A;
}

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