#2C6D5F
A dark, moderate cyan closely aligning with Teal.
About #2C6D5F
Visually, #2C6D5F is defined as a moderate cyan. Its closest recognized web color is Teal. This translates to an RGB value of rgb(44, 109, 95).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 60% cyan, 0% magenta, 13% yellow, and 57% black. The HSL representation is 167.1° hue, 42.5% saturation, and 30.0% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C6D5F
RGB44, 109, 95
HSL167.1°, 42.5%, 30.0%
CMYK60%, 0%, 13%, 57%
HSV167.1°, 59.6%, 42.7%
LAB41.7, -24.4, 1.6
XYZ8.6, 12.3, 12.7
Decimal2911583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.07:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.80:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C6D5F;
}
.text-color {
color: #2C6D5F;
}
.border-color {
border: 2px solid #2C6D5F;
}