#071D16
A very dark, moderate neutral closely aligning with Black.
About #071D16
The hex code #071D16 represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 29, and 22.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 76% C, 0% M, 24% Y, and 89% K. The HSL representation is 160.9° hue, 61.1% saturation, and 7.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#071D16
RGB7, 29, 22
HSL160.9°, 61.1%, 7.1%
CMYK76%, 0%, 24%, 89%
HSV160.9°, 75.9%, 11.4%
LAB8.8, -10.6, 2.2
XYZ0.7, 1.0, 0.9
Decimal466198
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.55:1
Text on #FFFFFF
AAA
1.20:1
Text on #000000
FAIL
16.78:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071D16;
}
.text-color {
color: #071D16;
}
.border-color {
border: 2px solid #071D16;
}