Charcoal (Neutral)
#1C2126
RGB: 28, 33, 38
Color OverviewHEX #1C2126

#1C2126 Color Code Information

In the RGB color space, #1C2126 is composed of 11% red, 13% green, and 15% blue. In the HSL color space, it has a hue of 210°, saturation of 15%, and lightness of 13%.

HEX
#1C2126
RGB
28, 33, 38
HSL
210°, 15%, 13%
HSV
210°, 26%, 15%
CMYK
26%, 13%, 0%, 85%
Name Match
Charcoal
Closest Standard

Shades of #1C2126 (Darker Variations)

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

Tints of #1C2126 (Lighter Variations)

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

Tones of #1C2126 (Muted Variations)

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

Color Harmonies for #1C2126

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

Developer Code Snippets & Tailwind CSS

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

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