Dark Slate Gray (Neutral)
#3C6658
RGB: 60, 102, 88
Color OverviewHEX #3C6658

#3C6658 Color Code Information

In the RGB color space, #3C6658 is composed of 24% red, 40% green, and 35% blue. In the HSL color space, it has a hue of 160°, saturation of 26%, and lightness of 32%.

HEX
#3C6658
RGB
60, 102, 88
HSL
160°, 26%, 32%
HSV
160°, 41%, 40%
CMYK
41%, 0%, 14%, 60%
Name Match
Dark Slate Gray
Closest Standard

Shades of #3C6658 (Darker Variations)

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

Tints of #3C6658 (Lighter Variations)

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

Tones of #3C6658 (Muted Variations)

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

Color Harmonies for #3C6658

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 #3C6658 Background
Contrast Ratio against Pure White (#FFFFFF):6.49 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3C6658 Background
Contrast Ratio against Pure Black (#000000):3.23 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #3C6658;
}

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