Charcoal (Neutral)
#312C52
RGB: 49, 44, 82
Color OverviewHEX #312C52
#312C52 Color Code Information
In the RGB color space, #312C52 is composed of 19% red, 17% green, and 32% blue. In the HSL color space, it has a hue of 248°, saturation of 30%, and lightness of 25%.
HEX
#312C52
RGB
49, 44, 82
HSL
248°, 30%, 25%
HSV
248°, 46%, 32%
CMYK
40%, 46%, 0%, 68%
Name Match
Charcoal
Closest StandardShades of #312C52 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #312C52 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #312C52 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #312C52
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 #312C52 Background
Contrast Ratio against Pure White (#FFFFFF):13.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #312C52 Background
Contrast Ratio against Pure Black (#000000):1.61 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #312C52;
}
.element {
color: #312C52;
background-color: #312C52;
border-color: #312C52;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#312C52] text-[#312C52] border-[#312C52]"> Content styled with #312C52 </div>