#665F66
A dark, muted neutral closely aligning with Dimgray.
About #665F66
When working with digital screens, the color #665F66 is rendered by mixing light. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(102, 95, 102).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. The HSL representation is 300.0° hue, 3.6% saturation, and 38.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#665F66
RGB102, 95, 102
HSL300.0°, 3.6%, 38.6%
CMYK0%, 7%, 0%, 60%
HSV300.0°, 6.9%, 40.0%
LAB41.2, 4.2, -3.0
XYZ12.0, 12.0, 14.2
Decimal6709094
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.19:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.91:1
Text on #F8FAFC
AA
2.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #665F66;
}
.text-color {
color: #665F66;
}
.border-color {
border: 2px solid #665F66;
}