#66665F
A dark, muted neutral closely aligning with Dimgray.
About #66665F
At its core, #66665F is a dark and muted hue. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(102, 102, 95).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 0% M, 7% Y, and 60% K. The HSL representation is 60.0° hue, 3.6% saturation, and 38.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66665F
RGB102, 102, 95
HSL60.0°, 3.6%, 38.6%
CMYK0%, 0%, 7%, 60%
HSV60.0°, 6.9%, 40.0%
LAB43.0, -1.4, 4.0
XYZ12.3, 13.2, 12.7
Decimal6710879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.78:1
Text on #FFFFFF
AA
3.63:1
Text on #000000
AA Large
5.53:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #66665F;
}
.text-color {
color: #66665F;
}
.border-color {
border: 2px solid #66665F;
}