#6DF0C5
A light, vivid green closely aligning with Aquamarine.
About #6DF0C5
Visually, #6DF0C5 is defined as a vivid green. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(109, 240, 197).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 55% cyan and 0% magenta inks. With a hue angle of 160.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DF0C5
RGB109, 240, 197
HSL160.3°, 81.4%, 68.4%
CMYK55%, 0%, 18%, 6%
HSV160.3°, 54.6%, 94.1%
LAB86.8, -46.2, 9.9
XYZ47.5, 69.6, 63.8
Decimal7205061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.92:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF0C5;
}
.text-color {
color: #6DF0C5;
}
.border-color {
border: 2px solid #6DF0C5;
}