Charcoal (Neutral)
#363535
RGB: 54, 53, 53
Color OverviewHEX #363535

#363535 Color Code Information

In the RGB color space, #363535 is composed of 21% red, 21% green, and 21% blue. In the HSL color space, it has a hue of 0°, saturation of 1%, and lightness of 21%.

HEX
#363535
RGB
54, 53, 53
HSL
0°, 1%, 21%
HSV
0°, 2%, 21%
CMYK
0%, 2%, 2%, 79%
Name Match
Charcoal
Closest Standard

Shades of #363535 (Darker Variations)

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

Tints of #363535 (Lighter Variations)

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

Tones of #363535 (Muted Variations)

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

Color Harmonies for #363535

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

Developer Code Snippets & Tailwind CSS

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

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