#005750
A very dark, vivid cyan closely aligning with Darkslategray.
About #005750
The precise color #005750 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, 87, 80).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 8% Y, and 66% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#005750
RGB0, 87, 80
HSL175.2°, 100.0%, 17.1%
CMYK100%, 0%, 8%, 66%
HSV175.2°, 100.0%, 34.1%
LAB32.7, -24.3, -2.4
XYZ4.9, 7.4, 8.8
Decimal22352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.47:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.10:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005750;
}
.text-color {
color: #005750;
}
.border-color {
border: 2px solid #005750;
}