#662C50
A dark, moderate magenta closely aligning with Darkslateblue.
About #662C50
Visually, #662C50 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. Its digital footprint relies on 102 parts red, 44 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 57% M, 22% Y, and 60% K. With a hue angle of 322.8 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#662C50
RGB102, 44, 80
HSL322.8°, 39.7%, 28.6%
CMYK0%, 57%, 22%, 60%
HSV322.8°, 56.9%, 40.0%
LAB27.3, 30.9, -9.7
XYZ7.8, 5.2, 8.2
Decimal6696016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.29:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.83:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662C50;
}
.text-color {
color: #662C50;
}
.border-color {
border: 2px solid #662C50;
}