Charcoal (Neutral)
#1F3340
RGB: 31, 51, 64
Color OverviewHEX #1F3340
#1F3340 Color Code Information
In the RGB color space, #1F3340 is composed of 12% red, 20% green, and 25% blue. In the HSL color space, it has a hue of 204°, saturation of 35%, and lightness of 19%.
HEX
#1F3340
RGB
31, 51, 64
HSL
204°, 35%, 19%
HSV
204°, 52%, 25%
CMYK
52%, 20%, 0%, 75%
Name Match
Charcoal
Closest StandardShades of #1F3340 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #1F3340 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #1F3340 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #1F3340
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 #1F3340 Background
Contrast Ratio against Pure White (#FFFFFF):13.08 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #1F3340 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: #1F3340;
}
.element {
color: #1F3340;
background-color: #1F3340;
border-color: #1F3340;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#1F3340] text-[#1F3340] border-[#1F3340]"> Content styled with #1F3340 </div>