#663A50
A dark, muted magenta closely aligning with Dimgray.
About #663A50
When working with digital screens, the color #663A50 is rendered by mixing light. 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, 58, and 80.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 43% M, 22% Y, and 60% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#663A50
RGB102, 58, 80
HSL330.0°, 27.5%, 31.4%
CMYK0%, 43%, 22%, 60%
HSV330.0°, 43.1%, 40.0%
LAB30.5, 22.8, -5.0
XYZ8.4, 6.4, 8.4
Decimal6699600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.19:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.78:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #663A50;
}
.text-color {
color: #663A50;
}
.border-color {
border: 2px solid #663A50;
}