#57997C
A medium, muted green closely aligning with Darkseagreen.
About #57997C
The hex code #57997C represents a beautifully specific shade of green. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 87 red, 153 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 43% C, 0% M, 19% Y, and 40% K. With a hue angle of 153.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57997C
RGB87, 153, 124
HSL153.6°, 27.5%, 47.1%
CMYK43%, 0%, 19%, 40%
HSV153.6°, 43.1%, 60.0%
LAB58.3, -28.1, 8.7
XYZ19.0, 26.3, 23.1
Decimal5740924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.25:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.32:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57997C;
}
.text-color {
color: #57997C;
}
.border-color {
border: 2px solid #57997C;
}