Charcoal (Neutral)
#1E1C2E
RGB: 30, 28, 46
Color OverviewHEX #1E1C2E

#1E1C2E Color Code Information

In the RGB color space, #1E1C2E is composed of 12% red, 11% green, and 18% blue. In the HSL color space, it has a hue of 247°, saturation of 24%, and lightness of 15%.

HEX
#1E1C2E
RGB
30, 28, 46
HSL
247°, 24%, 15%
HSV
247°, 39%, 18%
CMYK
35%, 39%, 0%, 82%
Name Match
Charcoal
Closest Standard

Shades of #1E1C2E (Darker Variations)

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

Tints of #1E1C2E (Lighter Variations)

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

Tones of #1E1C2E (Muted Variations)

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

Color Harmonies for #1E1C2E

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

Developer Code Snippets & Tailwind CSS

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

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