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