Charcoal (Neutral)
#293735
RGB: 41, 55, 53
Color OverviewHEX #293735

#293735 Color Code Information

In the RGB color space, #293735 is composed of 16% red, 22% green, and 21% blue. In the HSL color space, it has a hue of 171°, saturation of 15%, and lightness of 19%.

HEX
#293735
RGB
41, 55, 53
HSL
171°, 15%, 19%
HSV
171°, 25%, 22%
CMYK
25%, 0%, 4%, 78%
Name Match
Charcoal
Closest Standard

Shades of #293735 (Darker Variations)

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

Tints of #293735 (Lighter Variations)

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

Tones of #293735 (Muted Variations)

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

Color Harmonies for #293735

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

Developer Code Snippets & Tailwind CSS

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

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