#5FA075
A medium, muted green closely aligning with Darkseagreen.
About #5FA075
The precise color #5FA075 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 160, and 117.
For print applications, it's crucial to understand its CMYK makeup. The color uses 41% Cyan, 0% Magenta, 27% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#5FA075
RGB95, 160, 117
HSL140.3°, 25.5%, 50.0%
CMYK41%, 0%, 27%, 37%
HSV140.3°, 40.6%, 62.7%
LAB60.7, -30.6, 16.0
XYZ20.5, 28.9, 21.3
Decimal6266997
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.77:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA075;
}
.text-color {
color: #5FA075;
}
.border-color {
border: 2px solid #5FA075;
}