Charcoal (Neutral)
#36123C
RGB: 54, 18, 60
Color OverviewHEX #36123C

#36123C Color Code Information

In the RGB color space, #36123C is composed of 21% red, 7% green, and 24% blue. In the HSL color space, it has a hue of 291°, saturation of 54%, and lightness of 15%.

HEX
#36123C
RGB
54, 18, 60
HSL
291°, 54%, 15%
HSV
291°, 70%, 24%
CMYK
10%, 70%, 0%, 76%
Name Match
Charcoal
Closest Standard

Shades of #36123C (Darker Variations)

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

Tints of #36123C (Lighter Variations)

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

Tones of #36123C (Muted Variations)

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

Color Harmonies for #36123C

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

Developer Code Snippets & Tailwind CSS

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

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