#070016
A very dark, vivid neutral closely aligning with Black.
About #070016
When working with digital screens, the color #070016 is rendered by mixing light. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 7 red, 0 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. The color uses 68% Cyan, 100% Magenta, 0% Yellow, and 91% Black. The HSL representation is 259.1° hue, 100.0% saturation, and 4.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#070016
RGB7, 0, 22
HSL259.1°, 100.0%, 4.3%
CMYK68%, 100%, 0%, 91%
HSV259.1°, 100.0%, 8.6%
LAB0.9, 5.5, -9.4
XYZ0.2, 0.1, 0.8
Decimal458774
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.58:1
Text on #FFFFFF
AAA
1.02:1
Text on #000000
FAIL
19.67:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070016;
}
.text-color {
color: #070016;
}
.border-color {
border: 2px solid #070016;
}