Dark Slate Gray (Neutral)
#39563D
RGB: 57, 86, 61
Color OverviewHEX #39563D
#39563D Color Code Information
In the RGB color space, #39563D is composed of 22% red, 34% green, and 24% blue. In the HSL color space, it has a hue of 128°, saturation of 20%, and lightness of 28%.
HEX
#39563D
RGB
57, 86, 61
HSL
128°, 20%, 28%
HSV
128°, 34%, 34%
CMYK
34%, 0%, 29%, 66%
Name Match
Dark Slate Gray
Closest StandardShades of #39563D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #39563D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #39563D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #39563D
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #39563D Background
Contrast Ratio against Pure White (#FFFFFF):8.16 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #39563D Background
Contrast Ratio against Pure Black (#000000):2.57 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #39563D;
}
.element {
color: #39563D;
background-color: #39563D;
border-color: #39563D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#39563D] text-[#39563D] border-[#39563D]"> Content styled with #39563D </div>