#666D5F
A medium, muted neutral closely aligning with Dimgray.
About #666D5F
The precise color #666D5F is an excellent choice for modern design projects. It is closely associated with the named CSS color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 109, and 95.
For print applications, it's crucial to understand its CMYK makeup. The color uses 6% Cyan, 0% Magenta, 13% Yellow, and 57% Black. With a hue angle of 90.0 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#666D5F
RGB102, 109, 95
HSL90.0°, 6.9%, 40.0%
CMYK6%, 0%, 13%, 57%
HSV90.0°, 12.8%, 42.7%
LAB45.1, -5.5, 6.9
XYZ13.0, 14.6, 13.0
Decimal6712671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.12:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D5F;
}
.text-color {
color: #666D5F;
}
.border-color {
border: 2px solid #666D5F;
}