#1D5F57
A dark, moderate cyan closely aligning with Darkslategray.
About #1D5F57
Visually, #1D5F57 is defined as a moderate cyan. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 95, and 87.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 69% cyan and 0% magenta inks. The HSL representation is 172.7° hue, 53.2% saturation, and 24.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D5F57
RGB29, 95, 87
HSL172.7°, 53.2%, 24.3%
CMYK69%, 0%, 8%, 63%
HSV172.7°, 69.5%, 37.3%
LAB36.2, -22.6, -1.5
XYZ6.3, 9.1, 10.4
Decimal1924951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.43:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.10:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F57;
}
.text-color {
color: #1D5F57;
}
.border-color {
border: 2px solid #1D5F57;
}