#071D2C
A very dark, vivid blue closely aligning with Black.
About #071D2C
At its core, #071D2C is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(7, 29, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 84% Cyan, 34% Magenta, 0% Yellow, and 83% Black. With a hue angle of 204.3 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#071D2C
RGB7, 29, 44
HSL204.3°, 72.5%, 10.0%
CMYK84%, 34%, 0%, 83%
HSV204.3°, 84.1%, 17.3%
LAB9.8, -2.5, -12.6
XYZ1.0, 1.1, 2.5
Decimal466220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.20:1
Text on #FFFFFF
AAA
1.22:1
Text on #000000
FAIL
16.44:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071D2C;
}
.text-color {
color: #071D2C;
}
.border-color {
border: 2px solid #071D2C;
}