#2C7C92
A dark, moderate cyan closely aligning with Teal.
About #2C7C92
At its core, #2C7C92 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, 124 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 70% cyan, 15% magenta, 0% yellow, and 43% black. With a hue angle of 192.9 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C7C92
RGB44, 124, 146
HSL192.9°, 53.7%, 37.3%
CMYK70%, 15%, 0%, 43%
HSV192.9°, 69.9%, 57.3%
LAB48.3, -16.7, -19.0
XYZ13.4, 17.0, 29.8
Decimal2915474
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.77:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7C92;
}
.text-color {
color: #2C7C92;
}
.border-color {
border: 2px solid #2C7C92;
}