Charcoal (Neutral)
#1C281D
RGB: 28, 40, 29
Color OverviewHEX #1C281D

#1C281D Color Code Information

In the RGB color space, #1C281D is composed of 11% red, 16% green, and 11% blue. In the HSL color space, it has a hue of 125°, saturation of 18%, and lightness of 13%.

HEX
#1C281D
RGB
28, 40, 29
HSL
125°, 18%, 13%
HSV
125°, 30%, 16%
CMYK
30%, 0%, 27%, 84%
Name Match
Charcoal
Closest Standard

Shades of #1C281D (Darker Variations)

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

Tints of #1C281D (Lighter Variations)

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

Tones of #1C281D (Muted Variations)

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

Color Harmonies for #1C281D

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

Developer Code Snippets & Tailwind CSS

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

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