Dark Slate Gray (Neutral)
#2A474C
RGB: 42, 71, 76
Color OverviewHEX #2A474C

#2A474C Color Code Information

In the RGB color space, #2A474C is composed of 16% red, 28% green, and 30% blue. In the HSL color space, it has a hue of 189°, saturation of 29%, and lightness of 23%.

HEX
#2A474C
RGB
42, 71, 76
HSL
189°, 29%, 23%
HSV
189°, 45%, 30%
CMYK
45%, 7%, 0%, 70%
Name Match
Dark Slate Gray
Closest Standard

Shades of #2A474C (Darker Variations)

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

Tints of #2A474C (Lighter Variations)

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

Tones of #2A474C (Muted Variations)

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

Color Harmonies for #2A474C

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 #2A474C Background
Contrast Ratio against Pure White (#FFFFFF):9.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #2A474C Background
Contrast Ratio against Pure Black (#000000):2.1 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #2A474C;
}

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