#662442
A dark, moderate magenta closely aligning with Palevioletred.
About #662442
Visually, #662442 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(102, 36, 66).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 65% M, 35% Y, and 60% K. The HSL representation is 332.7° hue, 47.8% saturation, and 27.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#662442
RGB102, 36, 66
HSL332.7°, 47.8%, 27.1%
CMYK0%, 65%, 35%, 60%
HSV332.7°, 64.7%, 40.0%
LAB25.2, 32.9, -3.5
XYZ7.1, 4.5, 5.6
Decimal6693954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.08:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.59:1
Text on #F8FAFC
AAA
1.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662442;
}
.text-color {
color: #662442;
}
.border-color {
border: 2px solid #662442;
}