#6DFFA8
A light, vivid green closely aligning with Palegreen.
About #6DFFA8
At its core, #6DFFA8 is a light and vivid hue. Designers often compare it to the standard color Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 255, and 168.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 57% Cyan, 0% Magenta, 34% Yellow, and 0% Black. With a hue angle of 144.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DFFA8
RGB109, 255, 168
HSL144.2°, 100.0%, 71.4%
CMYK57%, 0%, 34%, 0%
HSV144.2°, 57.3%, 100.0%
LAB90.6, -58.2, 30.1
XYZ49.1, 77.6, 49.4
Decimal7208872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.52:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DFFA8;
}
.text-color {
color: #6DFFA8;
}
.border-color {
border: 2px solid #6DFFA8;
}