Dark Slate Gray (Neutral)
#036245
RGB: 3, 98, 69
Color OverviewHEX #036245

#036245 Color Code Information

In the RGB color space, #036245 is composed of 1% red, 38% green, and 27% blue. In the HSL color space, it has a hue of 162°, saturation of 94%, and lightness of 20%.

HEX
#036245
RGB
3, 98, 69
HSL
162°, 94%, 20%
HSV
162°, 97%, 38%
CMYK
97%, 0%, 30%, 62%
Name Match
Dark Slate Gray
Closest Standard

Shades of #036245 (Darker Variations)

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

Tints of #036245 (Lighter Variations)

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

Tones of #036245 (Muted Variations)

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

Color Harmonies for #036245

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

Developer Code Snippets & Tailwind CSS

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

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