#6DF86D
A light, vivid green closely aligning with Springgreen.
About #6DF86D
The precise color #6DF86D is an excellent choice for modern design projects. It is closely associated with the named CSS color Springgreen. In the RGB color space, it consists of 109 red, 248 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 56% cyan, 0% magenta, 56% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DF86D
RGB109, 248, 109
HSL120.0°, 90.8%, 70.0%
CMYK56%, 0%, 56%, 3%
HSV120.0°, 56.0%, 97.3%
LAB87.7, -64.3, 54.7
XYZ42.6, 71.5, 26.0
Decimal7207021
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.30:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF86D;
}
.text-color {
color: #6DF86D;
}
.border-color {
border: 2px solid #6DF86D;
}