#6DE9BD
A light, vivid green closely aligning with Aquamarine.
About #6DE9BD
At its core, #6DE9BD is a light and vivid hue. Designers often compare it to the standard color Aquamarine. This translates to an RGB value of rgb(109, 233, 189).
For print applications, it's crucial to understand its CMYK makeup. The color uses 53% Cyan, 0% Magenta, 19% Yellow, and 9% Black. With a hue angle of 158.7 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DE9BD
RGB109, 233, 189
HSL158.7°, 73.8%, 67.1%
CMYK53%, 0%, 19%, 9%
HSV158.7°, 53.2%, 91.4%
LAB84.6, -44.9, 11.0
XYZ44.6, 65.2, 58.4
Decimal7203261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.04:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE9BD;
}
.text-color {
color: #6DE9BD;
}
.border-color {
border: 2px solid #6DE9BD;
}