#2CA092
A medium, moderate cyan closely aligning with Lightseagreen.
About #2CA092
When working with digital screens, the color #2CA092 is rendered by mixing light. Its closest recognized web color is Lightseagreen. Its digital footprint relies on 44 parts red, 160 parts green, and 146 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 72% Cyan, 0% Magenta, 9% Yellow, and 37% Black. The HSL representation is 172.8° hue, 56.9% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CA092
RGB44, 160, 146
HSL172.8°, 56.9%, 40.0%
CMYK72%, 0%, 9%, 37%
HSV172.8°, 72.5%, 62.7%
LAB59.7, -34.8, -1.9
XYZ18.8, 27.8, 31.6
Decimal2924690
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA092;
}
.text-color {
color: #2CA092;
}
.border-color {
border: 2px solid #2CA092;
}