#6DE283
A light, moderate green closely aligning with Lightgreen.
About #6DE283
At its core, #6DE283 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(109, 226, 131).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 52% cyan and 0% magenta inks. With a hue angle of 131.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DE283
RGB109, 226, 131
HSL131.3°, 66.9%, 65.7%
CMYK52%, 0%, 42%, 11%
HSV131.3°, 51.8%, 88.6%
LAB81.4, -53.0, 36.5
XYZ37.6, 59.3, 30.9
Decimal7201411
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.86:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE283;
}
.text-color {
color: #6DE283;
}
.border-color {
border: 2px solid #6DE283;
}