#5F927C
A medium, muted green closely aligning with Cadetblue.
About #5F927C
Visually, #5F927C is defined as a muted green. Designers often compare it to the standard color Cadetblue. Its digital footprint relies on 95 parts red, 146 parts green, and 124 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 35% cyan and 0% magenta inks. The HSL representation is 154.1° hue, 21.2% saturation, and 47.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#5F927C
RGB95, 146, 124
HSL154.1°, 21.2%, 47.3%
CMYK35%, 0%, 15%, 43%
HSV154.1°, 34.9%, 57.3%
LAB56.5, -22.2, 6.3
XYZ18.6, 24.4, 22.8
Decimal6263420
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F927C;
}
.text-color {
color: #5F927C;
}
.border-color {
border: 2px solid #5F927C;
}