#5F8A75
A medium, muted green closely aligning with Cadetblue.
About #5F8A75
Visually, #5F8A75 is defined as a muted green. If you're using CSS, you might find it aligns closely with Cadetblue. In the RGB color space, it consists of 95 red, 138 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F8A75
RGB95, 138, 117
HSL150.7°, 18.5%, 45.7%
CMYK31%, 0%, 15%, 46%
HSV150.7°, 31.2%, 54.1%
LAB53.9, -19.5, 6.6
XYZ17.0, 21.9, 20.2
Decimal6261365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.90:1
Text on #FFFFFF
AA Large
5.38:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F8A75;
}
.text-color {
color: #5F8A75;
}
.border-color {
border: 2px solid #5F8A75;
}