#5FE26D
A light, moderate green closely aligning with Palegreen.
About #5FE26D
The precise color #5FE26D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Palegreen. This translates to an RGB value of rgb(95, 226, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 58% cyan, 0% magenta, 52% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#5FE26D
RGB95, 226, 109
HSL126.4°, 69.3%, 62.9%
CMYK58%, 0%, 52%, 11%
HSV126.4°, 58.0%, 88.6%
LAB80.7, -59.5, 46.2
XYZ34.7, 57.9, 23.8
Decimal6283885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.59:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE26D;
}
.text-color {
color: #5FE26D;
}
.border-color {
border: 2px solid #5FE26D;
}