Charcoal (Neutral)
#272729
RGB: 39, 39, 41
Color OverviewHEX #272729

#272729 Color Code Information

In the RGB color space, #272729 is composed of 15% red, 15% green, and 16% blue. In the HSL color space, it has a hue of 240°, saturation of 3%, and lightness of 16%.

HEX
#272729
RGB
39, 39, 41
HSL
240°, 3%, 16%
HSV
240°, 5%, 16%
CMYK
5%, 5%, 0%, 84%
Name Match
Charcoal
Closest Standard

Shades of #272729 (Darker Variations)

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

Tints of #272729 (Lighter Variations)

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

Tones of #272729 (Muted Variations)

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

Color Harmonies for #272729

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

Developer Code Snippets & Tailwind CSS

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

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