#666D75
A medium, muted neutral closely aligning with Dimgray.
About #666D75
At its core, #666D75 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, 117).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 13% cyan and 7% magenta inks. With a hue angle of 212.0 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#666D75
RGB102, 109, 117
HSL212.0°, 6.8%, 42.9%
CMYK13%, 7%, 0%, 54%
HSV212.0°, 12.8%, 45.9%
LAB45.7, -0.9, -5.4
XYZ14.2, 15.0, 19.0
Decimal6712693
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.24:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D75;
}
.text-color {
color: #666D75;
}
.border-color {
border: 2px solid #666D75;
}