#070F2C
A very dark, vivid blue closely aligning with Black.
About #070F2C
At its core, #070F2C 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 7, 15, and 44.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 84% cyan, 66% magenta, 0% yellow, and 83% black. With a hue angle of 227.0 degrees, it sits comfortably in the blue spectrum.
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#070F2C
RGB7, 15, 44
HSL227.0°, 72.5%, 10.0%
CMYK84%, 66%, 0%, 83%
HSV227.0°, 84.1%, 17.3%
LAB5.1, 7.1, -20.1
XYZ0.7, 0.6, 2.5
Decimal462636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.86:1
Text on #FFFFFF
AAA
1.11:1
Text on #000000
FAIL
18.02:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070F2C;
}
.text-color {
color: #070F2C;
}
.border-color {
border: 2px solid #070F2C;
}