#1D757C
A dark, moderate cyan closely aligning with Teal.
About #1D757C
Visually, #1D757C is defined as a moderate cyan. Designers often compare it to the standard color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 117, and 124.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 77% C, 6% M, 0% Y, and 51% K. The HSL representation is 184.4° hue, 62.1% saturation, and 30.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D757C
RGB29, 117, 124
HSL184.4°, 62.1%, 30.0%
CMYK77%, 6%, 0%, 51%
HSV184.4°, 76.6%, 48.6%
LAB44.9, -22.4, -11.2
XYZ10.5, 14.4, 21.3
Decimal1930620
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.40:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.16:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D757C;
}
.text-color {
color: #1D757C;
}
.border-color {
border: 2px solid #1D757C;
}