#66A0B6
A medium, moderate blue closely aligning with Cadetblue.
About #66A0B6
When working with digital screens, the color #66A0B6 is rendered by mixing light. 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, 160, and 182.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 44% C, 12% M, 0% Y, and 29% K. With a hue angle of 196.5 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66A0B6
RGB102, 160, 182
HSL196.5°, 35.4%, 55.7%
CMYK44%, 12%, 0%, 29%
HSV196.5°, 44.0%, 71.4%
LAB62.8, -13.0, -17.3
XYZ26.5, 31.3, 48.9
Decimal6725814
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.27:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A0B6;
}
.text-color {
color: #66A0B6;
}
.border-color {
border: 2px solid #66A0B6;
}