#002C2C
A very dark, vivid neutral closely aligning with Darkslategray.
About #002C2C
At its core, #002C2C is a very dark and vivid hue. It is closely associated with the named CSS color Darkslategray. In the RGB color space, it consists of 0 red, 44 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 0% magenta, 0% yellow, and 83% black. The HSL representation is 180.0° hue, 100.0% saturation, and 8.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#002C2C
RGB0, 44, 44
HSL180.0°, 100.0%, 8.6%
CMYK100%, 0%, 0%, 83%
HSV180.0°, 100.0%, 17.3%
LAB15.4, -14.1, -4.1
XYZ1.4, 2.0, 2.7
Decimal11308
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.04:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.37:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002C2C;
}
.text-color {
color: #002C2C;
}
.border-color {
border: 2px solid #002C2C;
}