#5FAF83
A medium, moderate green closely aligning with Mediumaquamarine.
About #5FAF83
Visually, #5FAF83 is defined as a moderate green. Its closest recognized web color is Mediumaquamarine. In the RGB color space, it consists of 95 red, 175 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 46% cyan, 0% magenta, 25% yellow, and 31% black. The HSL representation is 147.0° hue, 33.3% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FAF83
RGB95, 175, 131
HSL147.0°, 33.3%, 52.9%
CMYK46%, 0%, 25%, 31%
HSV147.0°, 45.7%, 68.6%
LAB65.5, -34.8, 15.1
XYZ24.1, 34.7, 26.9
Decimal6270851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.95:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FAF83;
}
.text-color {
color: #5FAF83;
}
.border-color {
border: 2px solid #5FAF83;
}