#5FDBAF
A light, moderate green closely aligning with Mediumaquamarine.
About #5FDBAF
At its core, #5FDBAF is a light and moderate hue. Its closest recognized web color is Mediumaquamarine. This translates to an RGB value of rgb(95, 219, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 57% Cyan, 0% Magenta, 20% Yellow, and 14% Black. The HSL representation is 158.7° hue, 63.3% saturation, and 61.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FDBAF
RGB95, 219, 175
HSL158.7°, 63.3%, 61.6%
CMYK57%, 0%, 20%, 14%
HSV158.7°, 56.6%, 85.9%
LAB79.7, -44.9, 11.3
XYZ37.8, 56.2, 49.4
Decimal6282159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.24:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDBAF;
}
.text-color {
color: #5FDBAF;
}
.border-color {
border: 2px solid #5FDBAF;
}