#00002C
A very dark, vivid neutral closely aligning with Black.
About #00002C
At its core, #00002C is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Black. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 0, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 100% Magenta, 0% Yellow, and 83% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00002C
RGB0, 0, 44
HSL240.0°, 100.0%, 8.6%
CMYK100%, 100%, 0%, 83%
HSV240.0°, 100.0%, 17.3%
LAB1.6, 11.5, -25.6
XYZ0.5, 0.2, 2.4
Decimal44
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.26:1
Text on #FFFFFF
AAA
1.04:1
Text on #000000
FAIL
19.37:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00002C;
}
.text-color {
color: #00002C;
}
.border-color {
border: 2px solid #00002C;
}