#6DFFAF
A light, vivid green closely aligning with Palegreen.
About #6DFFAF
The precise color #6DFFAF is an excellent choice for modern design projects. It is closely associated with the named CSS color Palegreen. This translates to an RGB value of rgb(109, 255, 175).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 57% cyan, 0% magenta, 31% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DFFAF
RGB109, 255, 175
HSL147.1°, 100.0%, 71.4%
CMYK57%, 0%, 31%, 0%
HSV147.1°, 57.3%, 100.0%
LAB90.7, -56.9, 26.7
XYZ49.8, 77.9, 53.0
Decimal7208879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.57:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DFFAF;
}
.text-color {
color: #6DFFAF;
}
.border-color {
border: 2px solid #6DFFAF;
}