#5FD3AF
A light, moderate green closely aligning with Mediumaquamarine.
About #5FD3AF
At its core, #5FD3AF is a light and moderate hue. Designers often compare it to the standard color Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 211, and 175.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 55% cyan, 0% magenta, 17% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light 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#5FD3AF
RGB95, 211, 175
HSL161.4°, 56.9%, 60.0%
CMYK55%, 0%, 17%, 17%
HSV161.4°, 55.0%, 82.7%
LAB77.4, -41.4, 8.0
XYZ35.8, 52.1, 48.7
Decimal6280111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.42:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FD3AF;
}
.text-color {
color: #5FD3AF;
}
.border-color {
border: 2px solid #5FD3AF;
}