#6DFFDB
A light, vivid cyan closely aligning with Aquamarine.
About #6DFFDB
The precise color #6DFFDB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(109, 255, 219).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 57% Cyan, 0% Magenta, 14% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DFFDB
RGB109, 255, 219
HSL165.2°, 100.0%, 71.4%
CMYK57%, 0%, 14%, 0%
HSV165.2°, 57.3%, 100.0%
LAB91.6, -47.7, 5.4
XYZ54.9, 79.9, 79.5
Decimal7208923
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.98:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DFFDB;
}
.text-color {
color: #6DFFDB;
}
.border-color {
border: 2px solid #6DFFDB;
}