#6DF8CC
A light, vivid green closely aligning with Aquamarine.
About #6DF8CC
The precise color #6DF8CC is an excellent choice for modern design projects. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(109, 248, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DF8CC
RGB109, 248, 204
HSL161.0°, 90.8%, 70.0%
CMYK56%, 0%, 18%, 3%
HSV161.0°, 56.0%, 97.3%
LAB89.3, -48.1, 9.8
XYZ50.8, 74.7, 68.9
Decimal7207116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.95:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF8CC;
}
.text-color {
color: #6DF8CC;
}
.border-color {
border: 2px solid #6DF8CC;
}