#6DE98A
A light, vivid green closely aligning with Lightgreen.
About #6DE98A
At its core, #6DE98A is a light and vivid hue. Designers often compare it to the standard color Lightgreen. In the RGB color space, it consists of 109 red, 233 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 53% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DE98A
RGB109, 233, 138
HSL134.0°, 73.8%, 67.1%
CMYK53%, 0%, 41%, 9%
HSV134.0°, 53.2%, 91.4%
LAB83.6, -54.7, 35.9
XYZ40.0, 63.4, 34.2
Decimal7203210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.67:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE98A;
}
.text-color {
color: #6DE98A;
}
.border-color {
border: 2px solid #6DE98A;
}