#002C33
A very dark, vivid cyan closely aligning with Darkslategray.
About #002C33
The precise color #002C33 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkslategray. This translates to an RGB value of rgb(0, 44, 51).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 14% Magenta, 0% Yellow, and 80% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#002C33
RGB0, 44, 51
HSL188.2°, 100.0%, 10.0%
CMYK100%, 14%, 0%, 80%
HSV188.2°, 100.0%, 20.0%
LAB15.7, -11.3, -8.6
XYZ1.5, 2.0, 3.4
Decimal11315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.91:1
Text on #FFFFFF
AAA
1.41:1
Text on #000000
FAIL
14.25:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002C33;
}
.text-color {
color: #002C33;
}
.border-color {
border: 2px solid #002C33;
}