#2C758A
A dark, moderate cyan closely aligning with Teal.
About #2C758A
At its core, #2C758A is a dark and moderate hue. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 44 red, 117 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 68% cyan, 15% magenta, 0% yellow, and 46% black. The HSL representation is 193.4° hue, 51.6% saturation, and 35.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C758A
RGB44, 117, 138
HSL193.4°, 51.6%, 35.7%
CMYK68%, 15%, 0%, 46%
HSV193.4°, 68.1%, 54.1%
LAB45.8, -15.5, -18.1
XYZ12.0, 15.1, 26.3
Decimal2913674
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.23:1
Text on #FFFFFF
AA
4.02:1
Text on #000000
AA Large
4.99:1
Text on #F8FAFC
AA
3.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C758A;
}
.text-color {
color: #2C758A;
}
.border-color {
border: 2px solid #2C758A;
}