#2C002C
A very dark, vivid neutral closely aligning with Midnightblue.
About #2C002C
At its core, #2C002C is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Midnightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 0, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 100% M, 0% Y, and 83% K. With a hue angle of 300.0 degrees, it sits comfortably in the neutral spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C002C
RGB44, 0, 44
HSL300.0°, 100.0%, 8.6%
CMYK0%, 100%, 0%, 83%
HSV300.0°, 100.0%, 17.3%
LAB6.5, 28.3, -17.6
XYZ1.5, 0.7, 2.4
Decimal2883628
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.37:1
Text on #FFFFFF
AAA
1.14:1
Text on #000000
FAIL
17.55:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C002C;
}
.text-color {
color: #2C002C;
}
.border-color {
border: 2px solid #2C002C;
}