#2CBDA8
A medium, moderate cyan closely aligning with Lightseagreen.
About #2CBDA8
Visually, #2CBDA8 is defined as a moderate cyan. Its closest recognized web color is Lightseagreen. In the RGB color space, it consists of 44 red, 189 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 77% C, 0% M, 11% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CBDA8
RGB44, 189, 168
HSL171.3°, 62.2%, 45.7%
CMYK77%, 0%, 11%, 26%
HSV171.3°, 76.7%, 74.1%
LAB69.3, -41.8, -0.0
XYZ26.3, 39.8, 43.3
Decimal2932136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.95:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBDA8;
}
.text-color {
color: #2CBDA8;
}
.border-color {
border: 2px solid #2CBDA8;
}