#070F00
A very dark, vivid neutral closely aligning with Black.
About #070F00
Visually, #070F00 is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 7 red, 15 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 53% cyan, 0% magenta, 100% yellow, and 94% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#070F00
RGB7, 15, 0
HSL92.0°, 100.0%, 2.9%
CMYK53%, 0%, 100%, 94%
HSV92.0°, 100.0%, 5.9%
LAB3.5, -4.5, 5.2
XYZ0.3, 0.4, 0.1
Decimal462592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.49:1
Text on #FFFFFF
AAA
1.08:1
Text on #000000
FAIL
18.63:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070F00;
}
.text-color {
color: #070F00;
}
.border-color {
border: 2px solid #070F00;
}