#3AD3AF
A medium, moderate cyan closely aligning with Mediumaquamarine.
About #3AD3AF
When working with digital screens, the color #3AD3AF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumaquamarine. In the RGB color space, it consists of 58 red, 211 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 73% C, 0% M, 17% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AD3AF
RGB58, 211, 175
HSL165.9°, 63.5%, 52.7%
CMYK73%, 0%, 17%, 17%
HSV165.9°, 72.5%, 82.7%
LAB76.4, -47.8, 6.5
XYZ32.8, 50.6, 48.6
Decimal3855279
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.12:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD3AF;
}
.text-color {
color: #3AD3AF;
}
.border-color {
border: 2px solid #3AD3AF;
}