#5FAF5F
A medium, moderate green closely aligning with Mediumseagreen.
About #5FAF5F
The hex code #5FAF5F represents a beautifully specific shade of green. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 95 red, 175 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. The color uses 46% Cyan, 0% Magenta, 46% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FAF5F
RGB95, 175, 95
HSL120.0°, 33.3%, 52.9%
CMYK46%, 0%, 46%, 31%
HSV120.0°, 45.7%, 68.6%
LAB64.9, -41.2, 33.5
XYZ22.1, 33.9, 16.2
Decimal6270815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.78:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FAF5F;
}
.text-color {
color: #5FAF5F;
}
.border-color {
border: 2px solid #5FAF5F;
}