#6DD3B6
A light, moderate green closely aligning with Mediumaquamarine.
About #6DD3B6
Visually, #6DD3B6 is defined as a moderate green. Designers often compare it to the standard color Mediumaquamarine. This translates to an RGB value of rgb(109, 211, 182).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 48% cyan, 0% magenta, 14% yellow, and 17% black. The HSL representation is 162.9° hue, 53.7% saturation, and 62.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DD3B6
RGB109, 211, 182
HSL162.9°, 53.7%, 62.7%
CMYK48%, 0%, 14%, 17%
HSV162.9°, 48.3%, 82.7%
LAB78.0, -36.7, 5.2
XYZ38.0, 53.2, 52.5
Decimal7197622
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.64:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DD3B6;
}
.text-color {
color: #6DD3B6;
}
.border-color {
border: 2px solid #6DD3B6;
}