#00575F
A very dark, vivid cyan closely aligning with Darkslategray.
About #00575F
Visually, #00575F is defined as a vivid cyan. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 87, and 95.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 8% Magenta, 0% Yellow, and 63% Black. With a hue angle of 185.1 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#00575F
RGB0, 87, 95
HSL185.1°, 100.0%, 18.6%
CMYK100%, 8%, 0%, 63%
HSV185.1°, 100.0%, 37.3%
LAB33.2, -19.1, -11.0
XYZ5.5, 7.6, 12.0
Decimal22367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.31:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.94:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00575F;
}
.text-color {
color: #00575F;
}
.border-color {
border: 2px solid #00575F;
}