Charcoal (Neutral)
#142A12
RGB: 20, 42, 18
Color OverviewHEX #142A12

#142A12 Color Code Information

In the RGB color space, #142A12 is composed of 8% red, 16% green, and 7% blue. In the HSL color space, it has a hue of 115°, saturation of 40%, and lightness of 12%.

HEX
#142A12
RGB
20, 42, 18
HSL
115°, 40%, 12%
HSV
115°, 57%, 16%
CMYK
52%, 0%, 57%, 84%
Name Match
Charcoal
Closest Standard

Shades of #142A12 (Darker Variations)

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

Tints of #142A12 (Lighter Variations)

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

Tones of #142A12 (Muted Variations)

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

Color Harmonies for #142A12

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

Developer Code Snippets & Tailwind CSS

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

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