#5FF892
A light, vivid green closely aligning with Mediumspringgreen.
About #5FF892
Visually, #5FF892 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. This translates to an RGB value of rgb(95, 248, 146).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 62% cyan and 0% magenta inks. The HSL representation is 140.0° hue, 91.6% saturation, and 67.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5FF892
RGB95, 248, 146
HSL140.0°, 91.6%, 67.3%
CMYK62%, 0%, 41%, 3%
HSV140.0°, 61.7%, 97.3%
LAB87.8, -62.2, 37.3
XYZ43.5, 71.6, 38.7
Decimal6289554
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.33:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF892;
}
.text-color {
color: #5FF892;
}
.border-color {
border: 2px solid #5FF892;
}