#5FDB8A
A light, moderate green closely aligning with Lightgreen.
About #5FDB8A
At its core, #5FDB8A is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(95, 219, 138).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 57% cyan, 0% magenta, 37% yellow, and 14% 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#5FDB8A
RGB95, 219, 138
HSL140.8°, 63.3%, 61.6%
CMYK57%, 0%, 37%, 14%
HSV140.8°, 56.6%, 85.9%
LAB79.0, -52.3, 29.7
XYZ34.6, 54.9, 32.8
Decimal6282122
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.99:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDB8A;
}
.text-color {
color: #5FDB8A;
}
.border-color {
border: 2px solid #5FDB8A;
}