#0F071D
A very dark, moderate neutral closely aligning with Black.
About #0F071D
At its core, #0F071D is a very dark and moderate hue. Its closest recognized web color is Black. In the RGB color space, it consists of 15 red, 7 green, and 29 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 48% cyan, 76% magenta, 0% yellow, and 89% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F071D
RGB15, 7, 29
HSL261.8°, 61.1%, 7.1%
CMYK48%, 76%, 0%, 89%
HSV261.8°, 75.9%, 11.4%
LAB3.1, 6.9, -11.6
XYZ0.5, 0.3, 1.2
Decimal984861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.65:1
Text on #FFFFFF
AAA
1.07:1
Text on #000000
FAIL
18.79:1
Text on #F8FAFC
AAA
1.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F071D;
}
.text-color {
color: #0F071D;
}
.border-color {
border: 2px solid #0F071D;
}