#6DF8F8
A light, vivid cyan closely aligning with Aqua.
About #6DF8F8
The hex code #6DF8F8 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Aqua. In the RGB color space, it consists of 109 red, 248 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. The color uses 56% Cyan, 0% Magenta, 0% Yellow, and 3% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan 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#6DF8F8
RGB109, 248, 248
HSL180.0°, 90.8%, 70.0%
CMYK56%, 0%, 0%, 3%
HSV180.0°, 56.0%, 97.3%
LAB90.4, -37.4, -11.4
XYZ56.8, 77.2, 100.7
Decimal7207160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.43:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF8F8;
}
.text-color {
color: #6DF8F8;
}
.border-color {
border: 2px solid #6DF8F8;
}