#462749
A dark, moderate magenta closely aligning with Darkslateblue.
About #462749
At its core, #462749 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 70 red, 39 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 4% cyan, 47% magenta, 0% yellow, and 71% black. The HSL representation is 294.7° hue, 30.4% saturation, and 22.0% 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#462749
RGB70, 39, 73
HSL294.7°, 30.4%, 22.0%
CMYK4%, 47%, 0%, 71%
HSV294.7°, 46.6%, 28.6%
LAB21.0, 21.0, -15.2
XYZ4.5, 3.2, 6.7
Decimal4597577
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.75:1
Text on #FFFFFF
AAA
1.65:1
Text on #000000
FAIL
12.19:1
Text on #F8FAFC
AAA
1.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #462749;
}
.text-color {
color: #462749;
}
.border-color {
border: 2px solid #462749;
}