#665066
A dark, muted magenta closely aligning with Dimgray.
About #665066
Visually, #665066 is defined as a muted magenta. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(102, 80, 102).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 22% magenta, 0% yellow, and 60% black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#665066
RGB102, 80, 102
HSL300.0°, 12.1%, 35.7%
CMYK0%, 22%, 0%, 60%
HSV300.0°, 21.6%, 40.0%
LAB37.0, 13.5, -9.2
XYZ10.7, 9.5, 13.8
Decimal6705254
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.23:1
Text on #FFFFFF
AAA
2.90:1
Text on #000000
FAIL
6.91:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #665066;
}
.text-color {
color: #665066;
}
.border-color {
border: 2px solid #665066;
}