#0F0024
A very dark, vivid neutral closely aligning with Black.
About #0F0024
Visually, #0F0024 is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 15 red, 0 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 58% cyan, 100% magenta, 0% yellow, and 86% black. The HSL representation is 265.0° hue, 100.0% saturation, and 7.1% lightness.
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#0F0024
RGB15, 0, 36
HSL265.0°, 100.0%, 7.1%
CMYK58%, 100%, 0%, 86%
HSV265.0°, 100.0%, 14.1%
LAB2.1, 12.2, -18.7
XYZ0.5, 0.2, 1.7
Decimal983076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.08:1
Text on #FFFFFF
AAA
1.05:1
Text on #000000
FAIL
19.19:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0024;
}
.text-color {
color: #0F0024;
}
.border-color {
border: 2px solid #0F0024;
}