#000F2C
A very dark, vivid neutral closely aligning with Black.
About #000F2C
At its core, #000F2C is a very dark and vivid hue. Designers often compare it to the standard color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 15, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 66% Magenta, 0% Yellow, and 83% Black. The HSL representation is 219.5° hue, 100.0% saturation, and 8.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#000F2C
RGB0, 15, 44
HSL219.5°, 100.0%, 8.6%
CMYK100%, 66%, 0%, 83%
HSV219.5°, 100.0%, 17.3%
LAB4.7, 5.2, -20.7
XYZ0.6, 0.5, 2.5
Decimal3884
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.01:1
Text on #FFFFFF
AAA
1.10:1
Text on #000000
FAIL
18.17:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F2C;
}
.text-color {
color: #000F2C;
}
.border-color {
border: 2px solid #000F2C;
}