Charcoal (Neutral)
#1D363A
RGB: 29, 54, 58
Color OverviewHEX #1D363A

#1D363A Color Code Information

In the RGB color space, #1D363A is composed of 11% red, 21% green, and 23% blue. In the HSL color space, it has a hue of 188°, saturation of 33%, and lightness of 17%.

HEX
#1D363A
RGB
29, 54, 58
HSL
188°, 33%, 17%
HSV
188°, 50%, 23%
CMYK
50%, 7%, 0%, 77%
Name Match
Charcoal
Closest Standard

Shades of #1D363A (Darker Variations)

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

Tints of #1D363A (Lighter Variations)

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

Tones of #1D363A (Muted Variations)

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

Color Harmonies for #1D363A

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

Developer Code Snippets & Tailwind CSS

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

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