#5FA87C
A medium, muted green closely aligning with Darkseagreen.
About #5FA87C
The hex code #5FA87C represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkseagreen. This translates to an RGB value of rgb(95, 168, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 43% Cyan, 0% Magenta, 26% Yellow, and 34% 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. 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#5FA87C
RGB95, 168, 124
HSL143.8°, 29.6%, 51.6%
CMYK43%, 0%, 26%, 34%
HSV143.8°, 43.5%, 65.9%
LAB63.3, -33.0, 15.8
XYZ22.4, 31.9, 24.0
Decimal6269052
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.38:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA87C;
}
.text-color {
color: #5FA87C;
}
.border-color {
border: 2px solid #5FA87C;
}