#2C7C75
A dark, moderate cyan closely aligning with Teal.
About #2C7C75
At its core, #2C7C75 is a dark and moderate hue. Designers often compare it to the standard color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 124, and 117.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 65% Cyan, 0% Magenta, 6% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C7C75
RGB44, 124, 117
HSL174.8°, 47.6%, 32.9%
CMYK65%, 0%, 6%, 51%
HSV174.8°, 64.5%, 48.6%
LAB47.3, -25.8, -3.4
XYZ11.5, 16.2, 19.4
Decimal2915445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.73:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7C75;
}
.text-color {
color: #2C7C75;
}
.border-color {
border: 2px solid #2C7C75;
}