Charcoal (Neutral)
#363A1D
RGB: 54, 58, 29
Color OverviewHEX #363A1D

#363A1D Color Code Information

In the RGB color space, #363A1D is composed of 21% red, 23% green, and 11% blue. In the HSL color space, it has a hue of 68°, saturation of 33%, and lightness of 17%.

HEX
#363A1D
RGB
54, 58, 29
HSL
68°, 33%, 17%
HSV
68°, 50%, 23%
CMYK
7%, 0%, 50%, 77%
Name Match
Charcoal
Closest Standard

Shades of #363A1D (Darker Variations)

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

Tints of #363A1D (Lighter Variations)

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

Tones of #363A1D (Muted Variations)

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

Color Harmonies for #363A1D

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

Developer Code Snippets & Tailwind CSS

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

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