#2CD3AF
A medium, moderate cyan closely aligning with Mediumaquamarine.
About #2CD3AF
The precise color #2CD3AF is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumaquamarine. This translates to an RGB value of rgb(44, 211, 175).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 79% cyan, 0% magenta, 17% yellow, and 17% black. With a hue angle of 167.1 degrees, it sits comfortably in the cyan spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CD3AF
RGB44, 211, 175
HSL167.1°, 65.5%, 50.0%
CMYK79%, 0%, 17%, 17%
HSV167.1°, 79.1%, 82.7%
LAB76.2, -49.3, 6.2
XYZ32.1, 50.2, 48.6
Decimal2937775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.04:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CD3AF;
}
.text-color {
color: #2CD3AF;
}
.border-color {
border: 2px solid #2CD3AF;
}