#00332C
A very dark, vivid cyan closely aligning with Darkslategray.
About #00332C
Visually, #00332C is defined as a vivid cyan. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(0, 51, 44).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00332C
RGB0, 51, 44
HSL171.8°, 100.0%, 10.0%
CMYK100%, 0%, 14%, 80%
HSV171.8°, 100.0%, 20.0%
LAB18.1, -18.0, -0.1
XYZ1.6, 2.5, 2.8
Decimal13100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.91:1
Text on #FFFFFF
AAA
1.51:1
Text on #000000
FAIL
13.29:1
Text on #F8FAFC
AAA
1.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00332C;
}
.text-color {
color: #00332C;
}
.border-color {
border: 2px solid #00332C;
}