#2CA899
A medium, moderate cyan closely aligning with Lightseagreen.
About #2CA899
At its core, #2CA899 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Lightseagreen. This translates to an RGB value of rgb(44, 168, 153).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 74% Cyan, 0% Magenta, 9% Yellow, and 34% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#2CA899
RGB44, 168, 153
HSL172.7°, 58.5%, 41.6%
CMYK74%, 0%, 9%, 34%
HSV172.7°, 73.8%, 65.9%
LAB62.4, -36.5, -1.9
XYZ20.8, 30.8, 35.0
Decimal2926745
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA899;
}
.text-color {
color: #2CA899;
}
.border-color {
border: 2px solid #2CA899;
}