#5F836D
A medium, muted green closely aligning with Cadetblue.
About #5F836D
The precise color #5F836D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cadetblue. In the RGB color space, it consists of 95 red, 131 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. The color uses 27% Cyan, 0% Magenta, 17% Yellow, and 49% Black. With a hue angle of 143.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#5F836D
RGB95, 131, 109
HSL143.3°, 15.9%, 44.3%
CMYK27%, 0%, 17%, 49%
HSV143.3°, 27.5%, 51.4%
LAB51.6, -17.5, 7.8
XYZ15.6, 19.8, 17.5
Decimal6259565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.95:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F836D;
}
.text-color {
color: #5F836D;
}
.border-color {
border: 2px solid #5F836D;
}