#000F1D
A very dark, vivid neutral closely aligning with Black.
About #000F1D
At its core, #000F1D is a very dark and vivid hue. Its closest recognized web color is Black. In the RGB color space, it consists of 0 red, 15 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 48% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#000F1D
RGB0, 15, 29
HSL209.0°, 100.0%, 5.7%
CMYK100%, 48%, 0%, 89%
HSV209.0°, 100.0%, 11.4%
LAB3.9, -0.7, -10.5
XYZ0.4, 0.4, 1.2
Decimal3869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.34:1
Text on #FFFFFF
AAA
1.09:1
Text on #000000
FAIL
18.48:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F1D;
}
.text-color {
color: #000F1D;
}
.border-color {
border: 2px solid #000F1D;
}