#2C7C8A
A dark, moderate cyan closely aligning with Teal.
About #2C7C8A
At its core, #2C7C8A is a dark and moderate hue. Its closest recognized web color is Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 124, and 138.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 68% cyan, 10% magenta, 0% yellow, and 46% black. With a hue angle of 188.9 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C7C8A
RGB44, 124, 138
HSL188.9°, 51.6%, 35.7%
CMYK68%, 10%, 0%, 46%
HSV188.9°, 68.1%, 54.1%
LAB48.0, -19.3, -14.7
XYZ12.8, 16.8, 26.6
Decimal2915466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.82:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7C8A;
}
.text-color {
color: #2C7C8A;
}
.border-color {
border: 2px solid #2C7C8A;
}