Charcoal (Neutral)
#381F2D
RGB: 56, 31, 45
Color OverviewHEX #381F2D
#381F2D Color Code Information
In the RGB color space, #381F2D is composed of 22% red, 12% green, and 18% blue. In the HSL color space, it has a hue of 326°, saturation of 29%, and lightness of 17%.
HEX
#381F2D
RGB
56, 31, 45
HSL
326°, 29%, 17%
HSV
326°, 45%, 22%
CMYK
0%, 45%, 20%, 78%
Name Match
Charcoal
Closest StandardShades of #381F2D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #381F2D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #381F2D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #381F2D
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #381F2D Background
Contrast Ratio against Pure White (#FFFFFF):14.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #381F2D Background
Contrast Ratio against Pure Black (#000000):1.4 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #381F2D;
}
.element {
color: #381F2D;
background-color: #381F2D;
border-color: #381F2D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#381F2D] text-[#381F2D] border-[#381F2D]"> Content styled with #381F2D </div>