#070F16
A very dark, moderate neutral closely aligning with Black.
About #070F16
At its core, #070F16 is a very dark and moderate hue. Designers often compare it to the standard color Black. In the RGB color space, it consists of 7 red, 15 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 68% cyan, 32% magenta, 0% yellow, and 91% black. With a hue angle of 208.0 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#070F16
RGB7, 15, 22
HSL208.0°, 51.7%, 5.7%
CMYK68%, 32%, 0%, 91%
HSV208.0°, 68.2%, 8.6%
LAB4.0, -0.8, -4.9
XYZ0.4, 0.4, 0.8
Decimal462614
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.28:1
Text on #FFFFFF
AAA
1.09:1
Text on #000000
FAIL
18.43:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070F16;
}
.text-color {
color: #070F16;
}
.border-color {
border: 2px solid #070F16;
}