#57DB83
A light, moderate green closely aligning with Lightgreen.
About #57DB83
When working with digital screens, the color #57DB83 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lightgreen. Its digital footprint relies on 87 parts red, 219 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 60% cyan, 0% magenta, 40% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
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#57DB83
RGB87, 219, 131
HSL140.0°, 64.7%, 60.0%
CMYK60%, 0%, 40%, 14%
HSV140.0°, 60.3%, 85.9%
LAB78.7, -55.3, 32.8
XYZ33.4, 54.3, 30.2
Decimal5757827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.87:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57DB83;
}
.text-color {
color: #57DB83;
}
.border-color {
border: 2px solid #57DB83;
}