#002C07
A very dark, vivid neutral closely aligning with Darkslategray.
About #002C07
When working with digital screens, the color #002C07 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(0, 44, 7).
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 84% Yellow, and 83% Black. The HSL representation is 129.5° hue, 100.0% saturation, and 8.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#002C07
RGB0, 44, 7
HSL129.5°, 100.0%, 8.6%
CMYK100%, 0%, 84%, 83%
HSV129.5°, 100.0%, 17.3%
LAB14.5, -24.2, 17.8
XYZ0.9, 1.8, 0.5
Decimal11271
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.40:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.72:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002C07;
}
.text-color {
color: #002C07;
}
.border-color {
border: 2px solid #002C07;
}