#071D3A
A very dark, vivid blue closely aligning with Black.
About #071D3A
The precise color #071D3A is an excellent choice for modern design projects. Its closest recognized web color is Black. In the RGB color space, it consists of 7 red, 29 green, and 58 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 88% cyan and 50% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#071D3A
RGB7, 29, 58
HSL214.1°, 78.5%, 12.7%
CMYK88%, 50%, 0%, 77%
HSV214.1°, 87.9%, 22.7%
LAB10.8, 3.9, -21.3
XYZ1.3, 1.2, 4.2
Decimal466234
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.86:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.11:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071D3A;
}
.text-color {
color: #071D3A;
}
.border-color {
border: 2px solid #071D3A;
}