#2CFFD3
A medium, vivid cyan closely aligning with Aquamarine.
About #2CFFD3
The precise color #2CFFD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 44 red, 255 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 83% Cyan, 0% Magenta, 17% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#2CFFD3
RGB44, 255, 211
HSL167.5°, 100.0%, 58.6%
CMYK83%, 0%, 17%, 0%
HSV167.5°, 82.7%, 100.0%
LAB90.2, -58.1, 7.4
XYZ48.6, 76.8, 73.9
Decimal2949075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.35:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFFD3;
}
.text-color {
color: #2CFFD3;
}
.border-color {
border: 2px solid #2CFFD3;
}