#6DF8A0
A light, vivid green closely aligning with Palegreen.
About #6DF8A0
At its core, #6DF8A0 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, 248, and 160.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 56% cyan, 0% magenta, 35% yellow, and 3% black. With a hue angle of 142.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DF8A0
RGB109, 248, 160
HSL142.0°, 90.8%, 70.0%
CMYK56%, 0%, 35%, 3%
HSV142.0°, 56.0%, 97.3%
LAB88.4, -56.9, 31.2
XYZ46.2, 72.9, 44.9
Decimal7207072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.58:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF8A0;
}
.text-color {
color: #6DF8A0;
}
.border-color {
border: 2px solid #6DF8A0;
}