#666D66
A medium, muted neutral closely aligning with Dimgray.
About #666D66
At its core, #666D66 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(102, 109, 102).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 6% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#666D66
RGB102, 109, 102
HSL120.0°, 3.3%, 41.4%
CMYK6%, 0%, 6%, 57%
HSV120.0°, 6.4%, 42.7%
LAB45.3, -4.1, 3.0
XYZ13.3, 14.7, 14.7
Decimal6712678
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.32:1
Text on #FFFFFF
AA
3.94:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D66;
}
.text-color {
color: #666D66;
}
.border-color {
border: 2px solid #666D66;
}