#2C8A8A
A dark, moderate cyan closely aligning with Darkcyan.
About #2C8A8A
Visually, #2C8A8A is defined as a moderate cyan. It is closely associated with the named CSS color Darkcyan. Its digital footprint relies on 44 parts red, 138 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 68% cyan and 0% magenta inks. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C8A8A
RGB44, 138, 138
HSL180.0°, 51.6%, 35.7%
CMYK68%, 0%, 0%, 46%
HSV180.0°, 68.1%, 54.1%
LAB52.5, -26.6, -8.0
XYZ14.7, 20.5, 27.2
Decimal2919050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C8A8A;
}
.text-color {
color: #2C8A8A;
}
.border-color {
border: 2px solid #2C8A8A;
}