#661D42
A dark, moderate magenta closely aligning with Palevioletred.
About #661D42
At its core, #661D42 is a dark and moderate hue. Designers often compare it to the standard color Palevioletred. This translates to an RGB value of rgb(102, 29, 66).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 72% magenta inks. The HSL representation is 329.6° hue, 55.7% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#661D42
RGB102, 29, 66
HSL329.6°, 55.7%, 25.7%
CMYK0%, 72%, 35%, 60%
HSV329.6°, 71.6%, 40.0%
LAB24.0, 36.2, -5.3
XYZ6.9, 4.1, 5.6
Decimal6692162
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.54:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.03:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #661D42;
}
.text-color {
color: #661D42;
}
.border-color {
border: 2px solid #661D42;
}