#66FFDB
A light, vivid cyan closely aligning with Aquamarine.
About #66FFDB
Visually, #66FFDB is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(102, 255, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 60% cyan and 0% magenta inks. With a hue angle of 165.9 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66FFDB
RGB102, 255, 219
HSL165.9°, 100.0%, 70.0%
CMYK60%, 0%, 14%, 0%
HSV165.9°, 60.0%, 100.0%
LAB91.4, -48.9, 5.1
XYZ54.0, 79.5, 79.5
Decimal6750171
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.89:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FFDB;
}
.text-color {
color: #66FFDB;
}
.border-color {
border: 2px solid #66FFDB;
}