#662457
A dark, moderate magenta closely aligning with Darkslateblue.
About #662457
Visually, #662457 is defined as a moderate magenta. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 102 red, 36 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 65% magenta, 15% yellow, and 60% black. The HSL representation is 313.6° hue, 47.8% saturation, and 27.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#662457
RGB102, 36, 87
HSL313.6°, 47.8%, 27.1%
CMYK0%, 65%, 15%, 60%
HSV313.6°, 64.7%, 40.0%
LAB26.1, 36.2, -16.2
XYZ7.8, 4.8, 9.5
Decimal6693975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.74:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.27:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662457;
}
.text-color {
color: #662457;
}
.border-color {
border: 2px solid #662457;
}