#5FA875
A medium, muted green closely aligning with Seagreen.
About #5FA875
The precise color #5FA875 is an excellent choice for modern design projects. Designers often compare it to the standard color Seagreen. This translates to an RGB value of rgb(95, 168, 117).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 43% C, 0% M, 30% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FA875
RGB95, 168, 117
HSL138.1°, 29.6%, 51.6%
CMYK43%, 0%, 30%, 34%
HSV138.1°, 43.5%, 65.9%
LAB63.1, -34.3, 19.4
XYZ21.9, 31.7, 21.8
Decimal6269045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA875;
}
.text-color {
color: #5FA875;
}
.border-color {
border: 2px solid #5FA875;
}