#2C6D6D
A dark, moderate cyan closely aligning with Teal.
About #2C6D6D
At its core, #2C6D6D is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 109, and 109.
For print applications, it's crucial to understand its CMYK makeup. The color uses 60% Cyan, 0% Magenta, 0% Yellow, and 57% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. 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#2C6D6D
RGB44, 109, 109
HSL180.0°, 42.5%, 30.0%
CMYK60%, 0%, 0%, 57%
HSV180.0°, 59.6%, 42.7%
LAB42.1, -20.4, -6.2
XYZ9.3, 12.6, 16.4
Decimal2911597
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.97:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.71:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C6D6D;
}
.text-color {
color: #2C6D6D;
}
.border-color {
border: 2px solid #2C6D6D;
}