#66AFAF
A medium, moderate cyan closely aligning with Cadetblue.
About #66AFAF
At its core, #66AFAF is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Cadetblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 175, and 175.
For print applications, it's crucial to understand its CMYK makeup. The color uses 42% Cyan, 0% Magenta, 0% Yellow, and 31% Black. The HSL representation is 180.0° hue, 31.3% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66AFAF
RGB102, 175, 175
HSL180.0°, 31.3%, 54.3%
CMYK42%, 0%, 0%, 31%
HSV180.0°, 41.7%, 68.6%
LAB67.0, -22.7, -7.2
XYZ28.5, 36.6, 46.1
Decimal6729647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.32:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66AFAF;
}
.text-color {
color: #66AFAF;
}
.border-color {
border: 2px solid #66AFAF;
}