#66667C
A medium, muted neutral closely aligning with Slategray.
About #66667C
The hex code #66667C represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Slategray. This translates to an RGB value of rgb(102, 102, 124).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 18% C, 18% M, 0% Y, and 51% K. With a hue angle of 240.0 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66667C
RGB102, 102, 124
HSL240.0°, 9.7%, 44.3%
CMYK18%, 18%, 0%, 51%
HSV240.0°, 17.7%, 48.6%
LAB43.9, 5.0, -12.2
XYZ13.9, 13.8, 21.0
Decimal6710908
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.59:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.34:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #66667C;
}
.text-color {
color: #66667C;
}
.border-color {
border: 2px solid #66667C;
}