#66FFF8
A light, vivid cyan closely aligning with Aqua.
About #66FFF8
Visually, #66FFF8 is defined as a vivid cyan. It is closely associated with the named CSS color Aqua. This translates to an RGB value of rgb(102, 255, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 60% Cyan, 0% Magenta, 3% 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. 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#66FFF8
RGB102, 255, 248
HSL177.3°, 100.0%, 70.0%
CMYK60%, 0%, 3%, 0%
HSV177.3°, 60.0%, 100.0%
LAB92.2, -41.8, -8.8
XYZ58.2, 81.1, 101.4
Decimal6750200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.22:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FFF8;
}
.text-color {
color: #66FFF8;
}
.border-color {
border: 2px solid #66FFF8;
}