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