#6DD3AF
A light, moderate green closely aligning with Mediumaquamarine.
About #6DD3AF
The hex code #6DD3AF represents a beautifully specific shade of green. Its closest recognized web color is Mediumaquamarine. In the RGB color space, it consists of 109 red, 211 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 48% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#6DD3AF
RGB109, 211, 175
HSL158.8°, 53.7%, 62.7%
CMYK48%, 0%, 17%, 17%
HSV158.8°, 48.3%, 82.7%
LAB77.8, -38.3, 8.7
XYZ37.3, 52.9, 48.8
Decimal7197615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.59:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DD3AF;
}
.text-color {
color: #6DD3AF;
}
.border-color {
border: 2px solid #6DD3AF;
}