#66A8B6
A medium, moderate cyan closely aligning with Cadetblue.
About #66A8B6
At its core, #66A8B6 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, 168, and 182.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 44% C, 8% M, 0% Y, and 29% K. With a hue angle of 190.5 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66A8B6
RGB102, 168, 182
HSL190.5°, 35.4%, 55.7%
CMYK44%, 8%, 0%, 29%
HSV190.5°, 44.0%, 71.4%
LAB65.1, -17.3, -13.8
XYZ27.9, 34.2, 49.4
Decimal6727862
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.84:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A8B6;
}
.text-color {
color: #66A8B6;
}
.border-color {
border: 2px solid #66A8B6;
}