#5FDB7C
A light, moderate green closely aligning with Lightgreen.
About #5FDB7C
At its core, #5FDB7C is a light and moderate hue. Designers often compare it to the standard color Lightgreen. In the RGB color space, it consists of 95 red, 219 green, and 124 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 57% cyan, 0% magenta, 43% yellow, and 14% black. The HSL representation is 134.0° hue, 63.3% saturation, and 61.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FDB7C
RGB95, 219, 124
HSL134.0°, 63.3%, 61.6%
CMYK57%, 0%, 43%, 14%
HSV134.0°, 56.6%, 85.9%
LAB78.8, -54.7, 36.5
XYZ33.7, 54.6, 27.8
Decimal6282108
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.91:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDB7C;
}
.text-color {
color: #5FDB7C;
}
.border-color {
border: 2px solid #5FDB7C;
}