#000007
A very dark, vivid neutral closely aligning with Black.
About #000007
At its core, #000007 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Black. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 0, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 100% M, 0% Y, and 97% K. The HSL representation is 240.0° hue, 100.0% saturation, and 1.4% lightness.
When using this color as a background, text legibility must be considered. 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#000007
RGB0, 0, 7
HSL240.0°, 100.0%, 1.4%
CMYK100%, 100%, 0%, 97%
HSV240.0°, 100.0%, 2.7%
LAB0.1, 1.0, -2.6
XYZ0.0, 0.0, 0.2
Decimal7
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.94:1
Text on #FFFFFF
AAA
1.00:1
Text on #000000
FAIL
20.01:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000007;
}
.text-color {
color: #000007;
}
.border-color {
border: 2px solid #000007;
}