Charcoal (Neutral)
#314138
RGB: 49, 65, 56
Color OverviewHEX #314138

#314138 Color Code Information

In the RGB color space, #314138 is composed of 19% red, 25% green, and 22% blue. In the HSL color space, it has a hue of 146°, saturation of 14%, and lightness of 22%.

HEX
#314138
RGB
49, 65, 56
HSL
146°, 14%, 22%
HSV
146°, 25%, 25%
CMYK
25%, 0%, 14%, 75%
Name Match
Charcoal
Closest Standard

Shades of #314138 (Darker Variations)

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

Tints of #314138 (Lighter Variations)

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

Tones of #314138 (Muted Variations)

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

Color Harmonies for #314138

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

Developer Code Snippets & Tailwind CSS

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

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