#000707
A very dark, vivid neutral closely aligning with Black.
About #000707
Visually, #000707 is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(0, 7, 7).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 180.0 degrees, it sits comfortably in the neutral spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#000707
RGB0, 7, 7
HSL180.0°, 100.0%, 1.4%
CMYK100%, 0%, 0%, 97%
HSV180.0°, 100.0%, 2.7%
LAB1.5, -1.8, -0.6
XYZ0.1, 0.2, 0.2
Decimal1799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.32:1
Text on #FFFFFF
AAA
1.03:1
Text on #000000
FAIL
19.42:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000707;
}
.text-color {
color: #000707;
}
.border-color {
border: 2px solid #000707;
}