#5FFFA8
A light, vivid green closely aligning with Mediumspringgreen.
About #5FFFA8
The hex code #5FFFA8 represents a beautifully specific shade of green. It is closely associated with the named CSS color Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 255, and 168.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 63% cyan and 0% magenta inks. The HSL representation is 147.4° hue, 100.0% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FFFA8
RGB95, 255, 168
HSL147.4°, 100.0%, 68.6%
CMYK63%, 0%, 34%, 0%
HSV147.4°, 62.7%, 100.0%
LAB90.2, -60.9, 29.5
XYZ47.5, 76.8, 49.4
Decimal6291368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.36:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFFA8;
}
.text-color {
color: #5FFFA8;
}
.border-color {
border: 2px solid #5FFFA8;
}