#2CA0A8
A medium, moderate cyan closely aligning with Darkcyan.
About #2CA0A8
When working with digital screens, the color #2CA0A8 is rendered by mixing light. Its closest recognized web color is Darkcyan. Its digital footprint relies on 44 parts red, 160 parts green, and 168 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 74% cyan, 5% magenta, 0% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CA0A8
RGB44, 160, 168
HSL183.9°, 58.5%, 41.6%
CMYK74%, 5%, 0%, 34%
HSV183.9°, 73.8%, 65.9%
LAB60.3, -28.3, -13.3
XYZ20.7, 28.5, 41.5
Decimal2924712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.70:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
FAIL
5.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA0A8;
}
.text-color {
color: #2CA0A8;
}
.border-color {
border: 2px solid #2CA0A8;
}