Dark Slate Gray (Neutral)
#244D36
RGB: 36, 77, 54
Color OverviewHEX #244D36

#244D36 Color Code Information

In the RGB color space, #244D36 is composed of 14% red, 30% green, and 21% blue. In the HSL color space, it has a hue of 146°, saturation of 36%, and lightness of 22%.

HEX
#244D36
RGB
36, 77, 54
HSL
146°, 36%, 22%
HSV
146°, 53%, 30%
CMYK
53%, 0%, 30%, 70%
Name Match
Dark Slate Gray
Closest Standard

Shades of #244D36 (Darker Variations)

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

Tints of #244D36 (Lighter Variations)

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

Tones of #244D36 (Muted Variations)

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

Color Harmonies for #244D36

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

Developer Code Snippets & Tailwind CSS

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

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