#6DE9C5
A light, vivid green closely aligning with Aquamarine.
About #6DE9C5
At its core, #6DE9C5 is a light and vivid hue. Its closest recognized web color is Aquamarine. In the RGB color space, it consists of 109 red, 233 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 53% cyan, 0% magenta, 15% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DE9C5
RGB109, 233, 197
HSL162.6°, 73.8%, 67.1%
CMYK53%, 0%, 15%, 9%
HSV162.6°, 53.2%, 91.4%
LAB84.8, -43.2, 7.0
XYZ45.5, 65.6, 63.1
Decimal7203269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.11:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE9C5;
}
.text-color {
color: #6DE9C5;
}
.border-color {
border: 2px solid #6DE9C5;
}