#6DF849
A light, vivid green closely aligning with Lawngreen.
About #6DF849
At its core, #6DF849 is a light and vivid hue. Designers often compare it to the standard color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 248, and 73.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 56% C, 0% M, 71% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DF849
RGB109, 248, 73
HSL107.7°, 92.6%, 62.9%
CMYK56%, 0%, 71%, 3%
HSV107.7°, 70.6%, 97.3%
LAB87.4, -67.8, 68.9
XYZ41.1, 70.9, 17.8
Decimal7206985
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.17:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF849;
}
.text-color {
color: #6DF849;
}
.border-color {
border: 2px solid #6DF849;
}