#0F0F07
A very dark, moderate neutral closely aligning with Black.
About #0F0F07
At its core, #0F0F07 is a very dark and moderate hue. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 15 red, 15 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 0% Magenta, 53% Yellow, and 94% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F0F07
RGB15, 15, 7
HSL60.0°, 36.4%, 4.3%
CMYK0%, 0%, 53%, 94%
HSV60.0°, 53.3%, 5.9%
LAB4.1, -1.2, 3.3
XYZ0.4, 0.5, 0.3
Decimal986887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.24:1
Text on #FFFFFF
AAA
1.09:1
Text on #000000
FAIL
18.39:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0F07;
}
.text-color {
color: #0F0F07;
}
.border-color {
border: 2px solid #0F0F07;
}