#5FFFAF
A light, vivid green closely aligning with Mediumspringgreen.
About #5FFFAF
Visually, #5FFFAF is defined as a vivid green. Designers often compare it to the standard color Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 255, and 175.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 63% cyan, 0% magenta, 31% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FFFAF
RGB95, 255, 175
HSL150.0°, 100.0%, 68.6%
CMYK63%, 0%, 31%, 0%
HSV150.0°, 62.7%, 100.0%
LAB90.3, -59.6, 26.1
XYZ48.2, 77.0, 52.9
Decimal6291375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.41:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFFAF;
}
.text-color {
color: #5FFFAF;
}
.border-color {
border: 2px solid #5FFFAF;
}