#5FBD57
A medium, moderate green closely aligning with Lightgreen.
About #5FBD57
The precise color #5FBD57 is an excellent choice for modern design projects. Its closest recognized web color is Lightgreen. In the RGB color space, it consists of 95 red, 189 green, and 87 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 50% cyan, 0% magenta, 54% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FBD57
RGB95, 189, 87
HSL115.3°, 43.6%, 54.1%
CMYK50%, 0%, 54%, 26%
HSV115.3°, 54.0%, 74.1%
LAB69.1, -48.1, 42.7
XYZ24.6, 39.5, 15.3
Decimal6274391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.90:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FBD57;
}
.text-color {
color: #5FBD57;
}
.border-color {
border: 2px solid #5FBD57;
}