#6DFFFF
A light, vivid cyan closely aligning with Aqua.
About #6DFFFF
At its core, #6DFFFF is a light and vivid hue. It is closely associated with the named CSS color Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 255, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 57% Cyan, 0% Magenta, 0% Yellow, and 0% Black. The HSL representation is 180.0° hue, 100.0% saturation, and 71.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DFFFF
RGB109, 255, 255
HSL180.0°, 100.0%, 71.4%
CMYK57%, 0%, 0%, 0%
HSV180.0°, 57.3%, 100.0%
LAB92.6, -38.8, -11.8
XYZ60.1, 82.0, 107.3
Decimal7208959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.40:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DFFFF;
}
.text-color {
color: #6DFFFF;
}
.border-color {
border: 2px solid #6DFFFF;
}