#502442
A dark, moderate magenta closely aligning with Darkslateblue.
About #502442
At its core, #502442 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 80 red, 36 green, and 66 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 55% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#502442
RGB80, 36, 66
HSL319.1°, 37.9%, 22.7%
CMYK0%, 55%, 18%, 69%
HSV319.1°, 55.0%, 31.4%
LAB21.4, 25.0, -9.6
XYZ4.9, 3.4, 5.5
Decimal5252162
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.56:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.00:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #502442;
}
.text-color {
color: #502442;
}
.border-color {
border: 2px solid #502442;
}