Black (Neutral)
#070211
RGB: 7, 2, 17
Color OverviewHEX #070211

#070211 Color Code Information

In the RGB color space, #070211 is composed of 3% red, 1% green, and 7% blue. In the HSL color space, it has a hue of 260°, saturation of 79%, and lightness of 4%.

HEX
#070211
RGB
7, 2, 17
HSL
260°, 79%, 4%
HSV
260°, 88%, 7%
CMYK
59%, 88%, 0%, 93%
Name Match
Black
Closest Standard

Shades of #070211 (Darker Variations)

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

Tints of #070211 (Lighter Variations)

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

Tones of #070211 (Muted Variations)

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

Color Harmonies for #070211

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

Developer Code Snippets & Tailwind CSS

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

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