#5FF8AF
A light, vivid green closely aligning with Mediumspringgreen.
About #5FF8AF
At its core, #5FF8AF is a light and vivid hue. 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, 248, and 175.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 62% cyan, 0% magenta, 29% yellow, and 3% black. The HSL representation is 151.4° hue, 91.6% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#5FF8AF
RGB95, 248, 175
HSL151.4°, 91.6%, 67.3%
CMYK62%, 0%, 29%, 3%
HSV151.4°, 61.7%, 97.3%
LAB88.3, -56.9, 23.3
XYZ46.0, 72.7, 52.2
Decimal6289583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.53:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF8AF;
}
.text-color {
color: #5FF8AF;
}
.border-color {
border: 2px solid #5FF8AF;
}